vscode: añade extensión de matlab y octave
This commit is contained in:
parent
866a0531c4
commit
2fa4232230
|
@ -11,15 +11,14 @@ with lib;
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
extensions = (with pkgs.vscode-extensions; [
|
extensions = (with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
# justusadam.language-haskell
|
|
||||||
ms-toolsai.jupyter
|
ms-toolsai.jupyter
|
||||||
ms-vscode.cpptools
|
ms-vscode.cpptools
|
||||||
# github.copilot
|
|
||||||
]) ++ (with pkgs.local.vscode-extensions; [
|
]) ++ (with pkgs.local.vscode-extensions; [
|
||||||
laurenttreguier.vscode-simple-icons
|
laurenttreguier.vscode-simple-icons
|
||||||
rust-lang.rust
|
rust-lang.rust
|
||||||
sirtori.indenticator
|
sirtori.indenticator
|
||||||
# twxs.cmake
|
toasty-technologies.octave
|
||||||
|
Gimly81.matlab
|
||||||
]);
|
]);
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"files.autoSave" = "onFocusChange";
|
"files.autoSave" = "onFocusChange";
|
||||||
|
|
|
@ -34,8 +34,18 @@
|
||||||
publisher = "Gimly81";
|
publisher = "Gimly81";
|
||||||
name = "matlab";
|
name = "matlab";
|
||||||
version = "2.3.1";
|
version = "2.3.1";
|
||||||
sha256 = lib.fakeSha256;
|
sha256 = "sha256-0vx5L9efxvubb+JFunJJKaPvSxfgmYZkDJOxpXAV6xs=";
|
||||||
};
|
};
|
||||||
meta.license = lib.licenses.mit;
|
meta.license = lib.licenses.mit;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
toasty-technologies.octave = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "toasty-technologies";
|
||||||
|
name = "octave";
|
||||||
|
version = "0.0.3";
|
||||||
|
sha256 = "sha256-tbqblaBX+wqgasfGLsFp49xYxXi5CF39YPYs0QyANt0=";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
# para obtener el sha: lib.fakeSha256
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue