diff options
-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" |