summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--package.json4
2 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index d7874480..52553976 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- [x] Goto Definition
- [x] Goto Implementation
- [x] Find References
-- [x] Rough Type Inference
+- [x] Type Inference
- [x] Hover
- [x] Diagnostics
- [x] Rename
@@ -17,11 +17,10 @@
- [x] Document Symbols
- [x] Support Dirty Script
- [x] Syntax Check
+- [x] Search Globals
+- [x] Find All References
- [ ] Multi Workspace
- [ ] Type Format
-- [ ] Accurate Type Inference
-- [ ] Search Globals
-- [ ] Find All References
- [ ] Code Action
### Locale
diff --git a/package.json b/package.json
index 09998091..3e2454e0 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"author": "sumneko",
"icon": "images/logo.png",
"license": "MIT",
- "version": "0.4.12",
+ "version": "0.5.0",
"repository": {
"type": "git",
"url": "https://github.com/sumneko/lua-language-server"
@@ -74,4 +74,4 @@
"publisherDisplayName": "sumneko",
"publisherId": "fb626675-24cf-4881-8c13-b465f29bec2f"
}
-} \ No newline at end of file
+}