codum: instala extensión de riscv
This commit is contained in:
parent
2fa4232230
commit
db2ecdfff3
|
@ -19,6 +19,7 @@ with lib;
|
||||||
sirtori.indenticator
|
sirtori.indenticator
|
||||||
toasty-technologies.octave
|
toasty-technologies.octave
|
||||||
Gimly81.matlab
|
Gimly81.matlab
|
||||||
|
zhwu95.riscv
|
||||||
]);
|
]);
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"files.autoSave" = "onFocusChange";
|
"files.autoSave" = "onFocusChange";
|
||||||
|
|
|
@ -47,5 +47,14 @@
|
||||||
sha256 = "sha256-tbqblaBX+wqgasfGLsFp49xYxXi5CF39YPYs0QyANt0=";
|
sha256 = "sha256-tbqblaBX+wqgasfGLsFp49xYxXi5CF39YPYs0QyANt0=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zhwu95.riscv = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
publisher = "zhwu95";
|
||||||
|
name = "riscv";
|
||||||
|
version = "0.0.8";
|
||||||
|
sha256 = "sha256-PXaHSEXoN0ZboHIoDg37tZ+Gv6xFXP4wGBS3YS/53TY=";
|
||||||
|
};
|
||||||
|
};
|
||||||
# para obtener el sha: lib.fakeSha256
|
# para obtener el sha: lib.fakeSha256
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue