mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
vscode-extensions.meganrogge.template-string-converter: init at 0.6.1
This commit is contained in:
parent
1796324dc1
commit
08d67477d6
1 changed files with 17 additions and 0 deletions
|
@ -2817,6 +2817,23 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meganrogge.template-string-converter = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "template-string-converter";
|
||||||
|
publisher = "meganrogge";
|
||||||
|
version = "0.6.1";
|
||||||
|
hash = "sha256-w0ppzh0m/9Hw3BPJbAKsNcMStdzoH9ODf3zweRcCG5k=";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
changelog = "https://marketplace.visualstudio.com/items/meganrogge.template-string-converter/changelog";
|
||||||
|
description = "VS Code extension to autocorrect from quotes to backticks";
|
||||||
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=meganrogge.template-string-converter";
|
||||||
|
homepage = "https://github.com/meganrogge/template-string-converter";
|
||||||
|
license = lib.licenses.mit;
|
||||||
|
maintainers = [ lib.maintainers.uncenter ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
mgt19937.typst-preview = callPackage ./mgt19937.typst-preview { };
|
mgt19937.typst-preview = callPackage ./mgt19937.typst-preview { };
|
||||||
|
|
||||||
mhutchie.git-graph = buildVscodeMarketplaceExtension {
|
mhutchie.git-graph = buildVscodeMarketplaceExtension {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue