Disable automatic detection of submodule dependencies in VS code
This commit is contained in:
parent
a71859433f
commit
94b573b2e5
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"editor.rulers": [100],
|
||||
"git.detectSubmodules": false,
|
||||
|
||||
"files.exclude":{
|
||||
"**/.git": true,
|
||||
|
|
Loading…
Reference in New Issue