Skip to content

Commit

Permalink
vscode-extensions.geequlim.godot-tools: init at 2.3.0 (#366674)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Dec 20, 2024
2 parents 1be47e3 + 7e26745 commit fda3d08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit fda3d08

Please sign in to comment.