File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
pkgs/applications/editors/vscode/extensions Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments