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 507abdc commit 44443d4Copy full SHA for 44443d4
changelog.md
@@ -1,5 +1,11 @@
1
# changelog
2
3
+## 2.3.5
4
+`2021-8-9`
5
+* `CHG` improve memory usage
6
+* `CHG` completion: call snip triggers signature (VSCode only)
7
+* `FIX` completion: may not find results
8
+
9
## 2.3.4
10
`2021-8-6`
11
* `CHG` improve performance
package.json
@@ -1419,5 +1419,5 @@
1419
"type": "git",
1420
"url": "https://github.com/sumneko/lua-language-server"
1421
},
1422
- "version": "2.3.4"
+ "version": "2.3.5"
1423
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "2.3.4"
+local VERSION = "2.3.5"
local package = require 'package.package'
local fsu = require 'fs-utility'
server
0 commit comments