We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44443d4 commit 6610d01Copy full SHA for 6610d01
changelog.md
@@ -1,5 +1,10 @@
1
# changelog
2
3
+## 2.3.6
4
+`2021-8-9`
5
+* `FIX` completion: can not find global fields
6
+* `FIX` globals and class may lost
7
+
8
## 2.3.5
9
`2021-8-9`
10
* `CHG` improve memory usage
package.json
@@ -1419,5 +1419,5 @@
1419
"type": "git",
1420
"url": "https://github.com/sumneko/lua-language-server"
1421
},
1422
- "version": "2.3.5"
+ "version": "2.3.6"
1423
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "2.3.5"
+local VERSION = "2.3.6"
local package = require 'package.package'
local fsu = require 'fs-utility'
server
0 commit comments