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 9e9d6cd commit 9679a9bCopy full SHA for 9679a9b
package.json
@@ -256,6 +256,17 @@
256
"scope": "resource",
257
"type": "string"
258
},
259
+ "set-for-state": {
260
+ "default": "Warning",
261
+ "enum": [
262
+ "Error",
263
+ "Warning",
264
+ "Information",
265
+ "Hint"
266
+ ],
267
+ "scope": "resource",
268
+ "type": "string"
269
+ },
270
"trailing-space": {
271
"default": "Hint",
272
"enum": [
@@ -494,5 +505,5 @@
494
505
"type": "git",
495
506
"url": "https://github.com/sumneko/lua-language-server"
496
507
497
- "version": "0.19.4"
508
+ "version": "0.19.5"
498
509
}
package/build.lua
@@ -1,6 +1,6 @@
1
local json = require 'json'
2
3
-local VERSION = "0.19.4"
+local VERSION = "0.19.5"
4
5
local package = require 'package.package'
6
0 commit comments