vscode-extensions.antyos.openscad: init at 1.1.1

This commit is contained in:
Alex Martens 2022-01-10 22:05:38 -08:00 committed by Jonathan Ringer
parent 2ebda61ecb
commit 1f754ea07e

View File

@ -144,6 +144,21 @@ let
};
};
antyos.openscad = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "openscad";
publisher = "Antyos";
version = "1.1.1";
sha256 = "1adcw9jj3npk3l6lnlfgji2l529c4s5xp9jl748r9naiy3w3dpjv";
};
meta = with lib; {
changelog = "https://marketplace.visualstudio.com/items/Antyos.openscad/changelog";
description = "OpenSCAD highlighting, snippets, and more for VSCode";
homepage = "https://github.com/Antyos/vscode-openscad";
license = licenses.gpl3;
};
};
apollographql.vscode-apollo = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-apollo";