vscode: añade extension para leer pdfs
This commit is contained in:
parent
604e69f4d3
commit
1629ce346f
|
@ -20,6 +20,7 @@ with lib;
|
|||
toasty-technologies.octave
|
||||
Gimly81.matlab
|
||||
zhwu95.riscv
|
||||
tomoki1207.pdf
|
||||
]);
|
||||
userSettings = {
|
||||
"files.autoSave" = "onFocusChange";
|
||||
|
|
|
@ -56,5 +56,14 @@
|
|||
sha256 = "sha256-PXaHSEXoN0ZboHIoDg37tZ+Gv6xFXP4wGBS3YS/53TY=";
|
||||
};
|
||||
};
|
||||
|
||||
tomoki1207.pdf = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "tomoki1207";
|
||||
name = "pdf";
|
||||
version = "1.2.0";
|
||||
sha256 = "sha256-/2u2yfAmSVBvfXIMt2VokkeYH8q8Y9Ca9YSDuwwpkq0=";
|
||||
};
|
||||
};
|
||||
# para obtener el sha: lib.fakeSha256
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue