vscode: añade extension para leer pdfs

This commit is contained in:
Fabián Montero 2022-09-19 14:41:03 -06:00
parent 604e69f4d3
commit 1629ce346f
2 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,7 @@ with lib;
toasty-technologies.octave
Gimly81.matlab
zhwu95.riscv
tomoki1207.pdf
]);
userSettings = {
"files.autoSave" = "onFocusChange";

View file

@ -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
}