diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-21 18:51:47 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-21 18:51:47 +0800 |
commit | 3847677348a5d1a8bd23a854d773040f276a77ad (patch) | |
tree | ff2c1f34283154e84bed7b24a4a5ada15bfc8998 | |
parent | 25bea6bab76ab45549aeb9a9dc28f34536b663c5 (diff) | |
download | lua-language-server-3847677348a5d1a8bd23a854d773040f276a77ad.zip |
0.1.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ - [x] Rename - [x] Auto Completion - [x] Intelligent +- [x] Signature Help - [ ] Support Dirty Script - [ ] Syntax Check -- [ ] Signature Help - [ ] Multi Workspace ### Locale diff --git a/package.json b/package.json index 0babbbfa..1ae55bd0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "sumneko", "icon": "images/logo.png", "license": "MIT", - "version": "0.0.12", + "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/sumneko/vscode-lua-language-server" |