🧑‍💻 (neodymium/home) update vscode settings

This commit is contained in:
Laureηt 2023-07-01 10:52:52 +02:00
parent ead39103be
commit 76fca55331
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -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;
};
};
}