añade extensiones de vscode
This commit is contained in:
parent
12b62edab5
commit
1df252b427
2 changed files with 27 additions and 21 deletions
|
|
@ -18,16 +18,6 @@
|
|||
};
|
||||
meta.license = lib.licenses.mit;
|
||||
};
|
||||
|
||||
laurenttreguier.vscode-simple-icons = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "laurenttreguier";
|
||||
name = "vscode-simple-icons";
|
||||
version = "1.16.0";
|
||||
sha256 = "sha256-dFJ3elMHSUyS/hAY0YovL4MxurV9YQmkqFjXgJNDErs=";
|
||||
};
|
||||
meta.license = lib.licenses.cc0;
|
||||
};
|
||||
|
||||
Gimly81.matlab = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
|
|
@ -138,15 +128,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
johnpapa.vscode-peacock = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "johnpapa";
|
||||
name = "vscode-peacock";
|
||||
version = "4.2.2";
|
||||
sha256 = "sha256-VTRTQpIiFUxc3qF+E1py1+ns93i918QeTAoWAf7NLP0=";
|
||||
};
|
||||
};
|
||||
|
||||
streetsidesoftware.code-spell-checker = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "streetsidesoftware";
|
||||
|
|
@ -191,5 +172,23 @@
|
|||
sha256 = "sha256-lTKzMphkGgOG2XWqz3TW2G9sISBc/kG7oXqcIH8l+Mg=";
|
||||
};
|
||||
};
|
||||
|
||||
sukumo28.wav-preview = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "sukumo28";
|
||||
name = "wav-preview";
|
||||
version = "2.0.4";
|
||||
sha256 = "sha256-N7Scz3vjDws4oTMqrM3mSANeW85GGpBUY2xfZx+WezY=";
|
||||
};
|
||||
};
|
||||
|
||||
oderwat.indent-rainbow = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "oderwat";
|
||||
name = "indent-rainbow";
|
||||
version = "8.3.1";
|
||||
sha256 = "sha256-dOicya0B2sriTcDSdCyhtp0Mcx5b6TUaFKVb0YU3jUc=";
|
||||
};
|
||||
};
|
||||
# para obtener el sha: lib.fakeSha256
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue