mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: exclude nix "result" folders from watcher
This commit is contained in:
parent
8bedbd3bc2
commit
c7aef83e9f
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ in
|
|||
"extensions.autoUpdate" = false;
|
||||
"files.insertFinalNewline" = true;
|
||||
"files.trimFinalNewlines" = true;
|
||||
"files.watcherExclude"."**/result/**" = true;
|
||||
"git.confirmSync" = false;
|
||||
"python.formatting.autopep8Args" = [ "--max-line-length=999" ];
|
||||
"python.showStartPage" = false;
|
||||
|
|
Loading…
Reference in a new issue