🔧 (neodymium/vscode) julia setting
This commit is contained in:
parent
2565e8446b
commit
98f0c83a89
|
@ -5,7 +5,9 @@
|
|||
forceSSL = true;
|
||||
|
||||
locations = {
|
||||
|
||||
"/".return = "301 $scheme://git.fainsin.bzh/ENSEEIHT";
|
||||
|
||||
} // {
|
||||
|
||||
"/projet-audionumerique/" = # #
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
"nix.serverSettings"."nil"."formatting"."command" = [ "nixfmt" ];
|
||||
"julia.enableTelemetry" = false;
|
||||
"julia.symbolCacheDownload" = true;
|
||||
"terminal.integrated.commandsToSkipShell" =
|
||||
[ "language-julia.interrupt" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue