Skip to content

Releases: godotengine/godot-vscode-plugin

Godot Tools for Visual Studio Code 2.1.0

28 Jul 16:39
2.1.0
80fefd2
Compare
Choose a tag to compare

This release is compatible with Godot 4.x as well as Godot 3.x.

Thanks to all contributors involved in the making of this release, in particular @DaelonSuzuka who has been central in this effort of maintaining this extension!

Changelog

Godot Tools for Visual Studio Code 2.0.0

24 Feb 17:29
2.0.0
5ea2296
Compare
Choose a tag to compare

This release is compatible with Godot 4.x as well as Godot 3.x.

Thanks to all contributors involved in the making of this release, in particular @DaelonSuzuka who has been central in this effort of updating this extension for Godot 4.x!

  • Download from GitHub
    • Expand Assets below the changelog and choose godot-tools-2.0.0.vsix to download the extension directly, then follow the installation instructions.

Changelog

Godot Tools for Visual Studio Code 1.3.1

07 Jun 15:45
1.3.1
e344cdf
Compare
Choose a tag to compare

Godot Tools for Visual Studio Code 1.3.0

09 May 21:05
1.3.0
7b49c4b
Compare
Choose a tag to compare

Godot Tools for Visual Studio Code 1.2.0

05 Apr 20:57
1.2.0
d404eae
Compare
Choose a tag to compare

Godot Tools for Visual Studio Code 1.1.3

27 Jan 13:23
1.1.3
1b358fa
Compare
Choose a tag to compare

release 1.1.2

26 Nov 03:45
116d74d
Compare
Choose a tag to compare
Remove the configuration item 'godot-tools.check_config' as it has no…

… effect (#246)

This closes #240.

1.0.1

29 Jan 16:14
Compare
Choose a tag to compare

Fix run editor error on windows with default terminal configurations

1.0.0-stable for godot 3.2 and above

29 Jan 13:32
cf22aa3
Compare
Choose a tag to compare

1.0.0

  • Refactor the whole plugin with gdscript language server support
  • Add webview renderer to show documentations of native symbols.
  • Only support godot 3.2 and above

gdscript-lsp-vscode-client-1.0.0-beta2

07 Dec 06:14
Compare
Choose a tag to compare
Pre-release

Documentation improvements thansks to @Calinou
Fix status update issue with latest version of VSCode