summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-05-30 11:13:40 +0800
committersumneko <sumneko@hotmail.com>2019-05-30 11:13:40 +0800
commit9edc2fec3d060a8ef0b2fe230ffe5f91f37c7f2f (patch)
tree4c1e7f6f724aad98842b36196fdb20d293bb6410 /package.json
parent9ed437e427f3ecd0aed13e22458e5f6a20c962e2 (diff)
downloadlua-language-server-9edc2fec3d060a8ef0b2fe230ffe5f91f37c7f2f.zip
诊断设置常量
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4a30d224..c4822fa3 100644
--- a/package.json
+++ b/package.json
@@ -130,6 +130,17 @@
"scope": "resource",
"type": "string"
},
+ "set-const": {
+ "default": "Error",
+ "enum": [
+ "Error",
+ "Warning",
+ "Information",
+ "Hint"
+ ],
+ "scope": "resource",
+ "type": "string"
+ },
"trailing-space": {
"default": "Hint",
"enum": [