diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-12-12 17:44:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-12-12 17:44:09 +0800 |
commit | e907e03ecaedd600ceeaa83cf4c3176a40988f74 (patch) | |
tree | e8cd9a80fe7c93cfead5431b3058714101651b39 /.vscode | |
parent | 5b893a1b141a7eb7f034697431dfc8dc63232049 (diff) | |
download | lua-language-server-e907e03ecaedd600ceeaa83cf4c3176a40988f74.zip |
修正关键字的一些问题
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 68661581..2bd043e4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,7 +30,5 @@ "script/meta" : true, }, "Lua.plugin.enable": true, - "Lua.zzzzzz.cat": true, - "Lua.completion.callSnippet": "Both", - "Lua.completion.keywordSnippet": "Both" + "Lua.zzzzzz.cat": true } |