update 0.2.4

This commit is contained in:
geequlim
2017-03-09 20:43:26 +08:00
parent 82f4765bcc
commit 77dcdf5a5b
3 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Change Log
### 0.2.4
* Add code cheching for asignments and comparations
* Impoved builtin documentation preview page
* Fix bugs with unused vaiable cheching
### 0.2.3
* Fix known errors with code syntax checking
* Add configuration `ignoreIndentedVars` to allow ignore indented variables in scripts

View File

@@ -55,6 +55,12 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
## Release Notes
### 0.2.4
* Add code cheching for asignments and comparations
* Impoved builtin documentation preview page
* Fix bugs with unused vaiable cheching
### 0.2.3
* Fix known errors with code syntax checking
* Add configuration `GodotTools.ignoreIndentedVars` to allow ignore indented variables in scripts
@@ -66,10 +72,6 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
* Better Syntax validating for code blocks
* More waring for non-python liked expression
### 0.2.1
* Support markdown render in hover tips for documentations in workspace symbols
* Add configuration `GodotTools.workspaceDocumentWithMarkdown` to control workspace documentation rendering
[Read more from the full change log](https://github.com/GodotExplorer/godot-tools/blob/master/CHANGELOG.md)

View File

@@ -3,7 +3,7 @@
"displayName": "Godot Tools",
"icon": "icon.png",
"description": "\"Tools for game development with godot game engine\"",
"version": "0.2.3",
"version": "0.2.4",
"publisher": "geequlim",
"repository": "https://github.com/GodotExplorer/godot-tools",
"license": "MIT",