vscode-extensions.geequlim.godot-tools: init at 2.3.0

This commit is contained in:
thtrf
2024-12-20 00:28:11 +01:00
parent 2d68818e29
commit 7e26745abf
@@ -2018,6 +2018,22 @@ let
};
};
geequlim.godot-tools = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "godot-tools";
publisher = "geequlim";
version = "2.3.0";
hash = "sha256-iuSec4PoVxyu1KB2jfCYOd98UrqQjH3q24zOR4VCPgs=";
};
meta = {
description = "VS Code extension for game development with Godot Engine and GDScript";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=geequlim.godot-tools";
homepage = "https://github.com/godotengine/godot-vscode-plugin";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ thtrf ];
};
};
gencer.html-slim-scss-css-class-completion = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "html-slim-scss-css-class-completion";