release 0.2.2

This commit is contained in:
geequlim
2017-01-19 23:05:23 +08:00
parent 5dcd125939
commit 4fa08fba54
3 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Change Log
### 0.2.2
* 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

View File

@@ -53,6 +53,10 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
## Release Notes
### 0.2.2
* 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
@@ -69,10 +73,4 @@ The [Godot Tools](https://github.com/GodotExplorer/godot-tools) and the go to [e
* Improve code completion sort order and auto insert `()` for functions without paramaters
* Fix bugs with workspace documentation parsing
### 0.1.8
* Show signatures on completion label
* More reliable unused variable and constant checking in documente
* Show workspace documentations and function signatures in completions
[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.1",
"version": "0.2.2",
"publisher": "geequlim",
"engines": {
"vscode": "^1.5.0"