vscode: añade extensión de matlab y octave

This commit is contained in:
Fabián Montero 2022-09-06 23:22:59 -06:00
parent 866a0531c4
commit 2fa4232230
2 changed files with 13 additions and 4 deletions

View file

@ -11,15 +11,14 @@ with lib;
mutableExtensionsDir = false;
extensions = (with pkgs.vscode-extensions; [
bbenoist.nix
# justusadam.language-haskell
ms-toolsai.jupyter
ms-vscode.cpptools
# github.copilot
]) ++ (with pkgs.local.vscode-extensions; [
laurenttreguier.vscode-simple-icons
rust-lang.rust
sirtori.indenticator
# twxs.cmake
toasty-technologies.octave
Gimly81.matlab
]);
userSettings = {
"files.autoSave" = "onFocusChange";