mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-04 10:09:58 +03:00
release 0.1.4
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
### 0.1.4
|
||||||
|
|
||||||
|
* Add documentation support for builtin Symbols.
|
||||||
|
* Improve speed of syntax parsing and other actions
|
||||||
|
|
||||||
### 0.1.3
|
### 0.1.3
|
||||||
|
|
||||||
* Better syntax highlight for GDScript
|
* Better syntax highlight for GDScript
|
||||||
|
|||||||
@@ -53,6 +53,12 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
|
|||||||
|
|
||||||
## Release Notes
|
## Release Notes
|
||||||
|
|
||||||
|
### 0.1.4
|
||||||
|
|
||||||
|
* Add documentation support for builtin Symbols.
|
||||||
|
* Improve speed of syntax parsing and other actions
|
||||||
|
|
||||||
|
|
||||||
### 0.1.3
|
### 0.1.3
|
||||||
|
|
||||||
- Better syntax highlight for GDScript
|
- Better syntax highlight for GDScript
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"displayName": "Godot Tools",
|
"displayName": "Godot Tools",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"description": "\"Tools for game development with godot game engine\"",
|
"description": "\"Tools for game development with godot game engine\"",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"publisher": "geequlim",
|
"publisher": "geequlim",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.5.0"
|
"vscode": "^1.5.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user