Disable automatic detection of submodule dependencies in VS code

This commit is contained in:
kayomn 2022-09-01 18:52:26 +01:00
parent a71859433f
commit 94b573b2e5
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
"editor.rulers": [100], "editor.rulers": [100],
"git.detectSubmodules": false,
"files.exclude":{ "files.exclude":{
"**/.git": true, "**/.git": true,