Skip to content

Commit fda3d08

Browse files
authored
vscode-extensions.geequlim.godot-tools: init at 2.3.0 (#366674)
2 parents 1be47e3 + 7e26745 commit fda3d08

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,22 @@ let
20182018
};
20192019
};
20202020

2021+
geequlim.godot-tools = buildVscodeMarketplaceExtension {
2022+
mktplcRef = {
2023+
name = "godot-tools";
2024+
publisher = "geequlim";
2025+
version = "2.3.0";
2026+
hash = "sha256-iuSec4PoVxyu1KB2jfCYOd98UrqQjH3q24zOR4VCPgs=";
2027+
};
2028+
meta = {
2029+
description = "VS Code extension for game development with Godot Engine and GDScript";
2030+
downloadPage = "https://marketplace.visualstudio.com/items?itemName=geequlim.godot-tools";
2031+
homepage = "https://github.com/godotengine/godot-vscode-plugin";
2032+
license = lib.licenses.mit;
2033+
maintainers = with lib.maintainers; [ thtrf ];
2034+
};
2035+
};
2036+
20212037
gencer.html-slim-scss-css-class-completion = buildVscodeMarketplaceExtension {
20222038
mktplcRef = {
20232039
name = "html-slim-scss-css-class-completion";

0 commit comments

Comments
 (0)