summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-01-02 15:50:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-01-02 15:50:44 +0800
commitd31e160cc16f94be9926888ef245dd20554fdd0f (patch)
tree25004f3695b2f68cb17673e1939e4d32fabbabe9 /package.json
parent530114a0ed51bc2f8cccdc8cbf77fa5a418c1f1d (diff)
downloadlua-language-server-d31e160cc16f94be9926888ef245dd20554fdd0f.zip
我就是要叫Lua
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 0ed959fc..b162dbed 100644
--- a/package.json
+++ b/package.json
@@ -33,19 +33,19 @@
"type": "object",
"title": "Lua",
"properties": {
- "LuaLanguageServer.diagnostics.postSpcae": {
+ "Lua.diagnostics.postSpcae": {
"scope": "resource",
"type": "boolean",
"default": true,
"description": "Check post spaces.\n检查后置空格。"
},
- "LuaLanguageServer.diagnostics.spaceOnlyLine": {
+ "Lua.diagnostics.spaceOnlyLine": {
"scope": "resource",
"type": "boolean",
"default": true,
"description": "Check space-only lines.\n检查只有空格的行。"
},
- "LuaLanguageServer.diagnostics.globals": {
+ "Lua.diagnostics.globals": {
"scope": "resource",
"type": "array",
"items": {