diff --git a/hosts/neodymium/home/vscode/default.nix b/hosts/neodymium/home/vscode/default.nix index b3e008b..7c2948d 100644 --- a/hosts/neodymium/home/vscode/default.nix +++ b/hosts/neodymium/home/vscode/default.nix @@ -38,15 +38,12 @@ "telemetry.telemetryLevel" = "off"; "editor.inlineSuggest.enabled" = true; "liveshare.presence" = true; - "github.copilot.enable" = { - "*" = true; - "yaml" = false; - "plaintext" = false; - "markdown" = true; - }; + "github.copilot.enable" = { "*" = true; }; "nix.enableLanguageServer" = true; "nix.serverPath" = "nil"; "nix.serverSettings"."nil"."formatting"."command" = [ "nixfmt" ]; + "julia.enableTelemetry" = false; + "julia.symbolCacheDownload" = true; }; }; }