diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-14 11:31:03 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-14 11:31:03 +0800 |
commit | 0cef84212b0ce42be815a5bf97ab5fdb54c3dfd4 (patch) | |
tree | a71a5c98dd771a83be60eb74d24d096063901cb5 /package.json | |
parent | 0ccc72f43163935ec826af3528926ad845d67d1c (diff) | |
download | lua-language-server-0cef84212b0ce42be815a5bf97ab5fdb54c3dfd4.zip |
漏了翻译
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 45c3b250..9b46c37d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "type": "array" }, "Lua.diagnostics.severity": { - "description": "%config.diagnostics.severity", + "description": "%config.diagnostics.severity%", "properties": { "ambiguity-1": { "default": "Warning", @@ -196,8 +196,8 @@ "?/init.lua", "?/?.lua" ], - "description": "%config.runtime.path%", "items": "string", + "markdownDescription": "%config.runtime.path%", "scope": "resource", "type": "array" }, @@ -215,8 +215,8 @@ "type": "string" }, "Lua.workspace.ignoreDir": { - "description": "%config.workspace.ignoreDir%", "items": "string", + "markdownDescription": "%config.workspace.ignoreDir%", "scope": "resource", "type": "array" }, |