vscode-extensions.twpayne.vscode-testscript: init at 0.0.4

This commit is contained in:
Paul Meyer 2024-01-20 11:41:57 +01:00
parent fc75ae719a
commit 8e48960522

View File

@ -3529,6 +3529,21 @@ let
};
};
twpayne.vscode-testscript = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-testscript";
publisher = "twpayne";
version = "0.0.4";
sha256 = "sha256-KOmcJlmmdUkC+q0AQ/Q/CQAeRgQPr6nVO0uccUxHmsY=";
};
meta = {
description = "Syntax highlighting support for testscript";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=twpayne.vscode-testscript";
homepage = "https://github.com/twpayne/vscode-testscript";
license = lib.licenses.mit;
};
};
twxs.cmake = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "cmake";