Bump to version 2.6.1

This commit is contained in:
Hugo Locurcio
2026-02-03 16:45:03 +01:00
parent 53f986f131
commit 74b766726a
5 changed files with 9 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ body:
Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version.
Specify the Git commit hash if using a development or non-official build. Specify the Git commit hash if using a development or non-official build.
If you use a custom build, please test if your issue is reproducible in official builds too. If you use a custom build, please test if your issue is reproducible in official builds too.
placeholder: "2.6.0" placeholder: "2.6.1"
validations: validations:
required: true required: true

View File

@@ -40,7 +40,7 @@ body:
Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version. Open the **Extensions** side panel and click on the **godot-tools** extension to see your current version.
Specify the Git commit hash if using a development or non-official build. Specify the Git commit hash if using a development or non-official build.
If you use a custom build, please test if your issue is reproducible in official builds too. If you use a custom build, please test if your issue is reproducible in official builds too.
placeholder: "2.6.0" placeholder: "2.6.1"
validations: validations:
required: true required: true

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
### 2.6.1
- [Fix broken LSP connection handshake, which resulted in VS Code constantly trying to reconnect](https://github.com/godotengine/godot-vscode-plugin/pull/968)
### 2.6.0 ### 2.6.0
- [**Add support for `uid://` references to hovers and document links**](https://github.com/godotengine/godot-vscode-plugin/pull/841) - [**Add support for `uid://` references to hovers and document links**](https://github.com/godotengine/godot-vscode-plugin/pull/841)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "godot-tools", "name": "godot-tools",
"version": "2.6.0", "version": "2.6.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "godot-tools", "name": "godot-tools",
"version": "2.6.0", "version": "2.6.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@vscode/debugadapter": "^1.68.0", "@vscode/debugadapter": "^1.68.0",

View File

@@ -2,7 +2,7 @@
"name": "godot-tools", "name": "godot-tools",
"displayName": "godot-tools", "displayName": "godot-tools",
"icon": "icon.png", "icon": "icon.png",
"version": "2.6.0", "version": "2.6.1",
"description": "Tools for game development with Godot Engine and GDScript", "description": "Tools for game development with Godot Engine and GDScript",
"repository": { "repository": {
"type": "git", "type": "git",