diff --git a/PACKAGES.md b/PACKAGES.md index 9f65e8c..179ba54 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -66,3 +66,4 @@ Extensions are built from [TOML file](./packages/vscode-extensions/extensions.to - [Catppuccin.catppuccin-vsc-icons](https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons) - [keifererikson.nightfox](https://marketplace.visualstudio.com/items?itemName=keifererikson.nightfox) - [willasm.comment-highlighter](https://marketplace.visualstudio.com/items?itemName=willasm.comment-highlighter) +- [geequlim.godot-tools](https://marketplace.visualstudio.com/items?itemName=geequlim.godot-tools) diff --git a/packages/vscode-extensions/extensions.toml b/packages/vscode-extensions/extensions.toml index 5334a98..542babf 100644 --- a/packages/vscode-extensions/extensions.toml +++ b/packages/vscode-extensions/extensions.toml @@ -36,3 +36,13 @@ hash = "sha256-fBe0mYq0iWerxvBYF5jFS/dZizu65Nn1iHypo69Bb50=" description = "Colorful Comment Highlighter for Visual Studio Code" homepage = "https://github.com/willasm/comment-highlighter#readme" license = "MIT" + + +[geequlim.godot-tools.info] +version = "2.1.0" +hash = "sha256-/0D4IJQXcjVtmX5gLKfEvviTQM595Y0EzCxlmVnsnJw=" + +[geequlim.godot-tools.meta] +description = "Game development tools for working with Godot Engine in Visual Studio Code" +homepage = "https://github.com/godotengine/godot-vscode-plugin#readme" +license = "MIT"