diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-30 11:13:40 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-30 11:13:40 +0800 |
commit | 9edc2fec3d060a8ef0b2fe230ffe5f91f37c7f2f (patch) | |
tree | 4c1e7f6f724aad98842b36196fdb20d293bb6410 /package.json | |
parent | 9ed437e427f3ecd0aed13e22458e5f6a20c962e2 (diff) | |
download | lua-language-server-9edc2fec3d060a8ef0b2fe230ffe5f91f37c7f2f.zip |
诊断设置常量
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
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": [ |