diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-28 16:10:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-28 16:10:21 +0800 |
commit | e848325ca7d6220dbfa2ccde31be6abc8eb06ade (patch) | |
tree | 4ccb69793bbc2b8e581d6b4e0be305d7704b2eb2 | |
parent | 562744ae38206dcd380c2ac50433c912a4923a83 (diff) | |
download | lua-language-server-e848325ca7d6220dbfa2ccde31be6abc8eb06ade.zip |
0.6.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,9 +19,9 @@ - [x] Syntax Check - [x] Search Globals - [x] Highlight +- [x] Code Action - [ ] Multi Workspace - [ ] Type Format -- [ ] Code Action ### Locale diff --git a/package.json b/package.json index 2cd03926..1db09410 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "sumneko", "icon": "images/logo.png", "license": "MIT", - "version": "0.5.6", + "version": "0.6.0", "repository": { "type": "git", "url": "https://github.com/sumneko/lua-language-server" |