diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 20fc778..b6a6b8f 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -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;