🔧 (neodymium/vscode) julia setting

This commit is contained in:
Laureηt 2023-07-03 19:56:42 +02:00
parent 2565e8446b
commit 98f0c83a89
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 4 additions and 0 deletions

View file

@ -5,7 +5,9 @@
forceSSL = true;
locations = {
"/".return = "301 $scheme://git.fainsin.bzh/ENSEEIHT";
} // {
"/projet-audionumerique/" = # #

View file

@ -44,6 +44,8 @@
"nix.serverSettings"."nil"."formatting"."command" = [ "nixfmt" ];
"julia.enableTelemetry" = false;
"julia.symbolCacheDownload" = true;
"terminal.integrated.commandsToSkipShell" =
[ "language-julia.interrupt" ];
};
};
}