Skip to content

Commit 9679a9b

Browse files
committed
0.19.5
1 parent 9e9d6cd commit 9679a9b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,17 @@
256256
"scope": "resource",
257257
"type": "string"
258258
},
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+
},
259270
"trailing-space": {
260271
"default": "Hint",
261272
"enum": [
@@ -494,5 +505,5 @@
494505
"type": "git",
495506
"url": "https://github.com/sumneko/lua-language-server"
496507
},
497-
"version": "0.19.4"
508+
"version": "0.19.5"
498509
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json'
22

3-
local VERSION = "0.19.4"
3+
local VERSION = "0.19.5"
44

55
local package = require 'package.package'
66

0 commit comments

Comments
 (0)