mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: remove files.watcherExclude
This commit is contained in:
parent
8cf0cbfca7
commit
69f777b0f5
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
||||||
"editor.scrollBeyondLastLine": false,
|
"editor.scrollBeyondLastLine": false,
|
||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
"files.trimFinalNewlines": true,
|
"files.trimFinalNewlines": true,
|
||||||
"files.watcherExclude": {
|
|
||||||
"**/result/**": true
|
|
||||||
},
|
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
|
|
Loading…
Reference in a new issue