diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-29 11:49:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-29 11:49:57 +0800 |
commit | 55b75c4e73d5d0697e0cf67f371fb694600292c0 (patch) | |
tree | 0e6c10e82f0108765a01c848522bdeb0b32a8cd4 | |
parent | d2884244100983a6a84d456cbe399889d8dde392 (diff) | |
download | lua-language-server-55b75c4e73d5d0697e0cf67f371fb694600292c0.zip |
0.3.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,12 +14,12 @@ - [x] Auto Completion - [x] Intelligent - [x] Signature Help +- [x] Document Symbols - [ ] Support Dirty Script - [ ] Syntax Check - [ ] Multi Workspace - [ ] Type Format - [ ] Accurate Type Inference -- [ ] Document Symbols - [ ] Search Globals - [ ] Find All References diff --git a/package.json b/package.json index 18b922ef..4bea3e4c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "sumneko", "icon": "images/logo.png", "license": "MIT", - "version": "0.2.3", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/sumneko/vscode-lua-language-server" |