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