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 3ab281d commit 5c26efaCopy full SHA for 5c26efa
changelog.md
@@ -1,5 +1,11 @@
1
# changelog
2
3
+## 1.7.2
4
+`2020-12-17`
5
+* `CHG` completion: use custom tabsize
6
+* `FIX` [#307](https://github.com/sumneko/lua-language-server/issues/307)
7
+* `FIX` a lot of runtime errors
8
+
9
## 1.7.1
10
`2020-12-16`
11
* `NEW` setting: `diagnostics.neededFileStatus`
package.json
@@ -969,5 +969,5 @@
969
"type": "git",
970
"url": "https://github.com/sumneko/lua-language-server"
971
},
972
- "version": "1.7.1"
+ "version": "1.7.2"
973
}
package/build.lua
@@ -1,6 +1,6 @@
local json = require 'json-beautify'
-local VERSION = "1.7.1"
+local VERSION = "1.7.2"
local package = require 'package.package'
local fsu = require 'fs-utility'
server
0 commit comments