From 94b573b2e50e19a8ad72da28023ba0f09916b568 Mon Sep 17 00:00:00 2001 From: kayomn Date: Thu, 1 Sep 2022 18:52:26 +0100 Subject: [PATCH] Disable automatic detection of submodule dependencies in VS code --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f0213d6..b8fc218 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.rulers": [100], + "git.detectSubmodules": false, "files.exclude":{ "**/.git": true,