diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 14:48:14 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-14 14:48:14 +0800 |
commit | 42aa5246c2691b22aef1cdb7df2feac752e1a1c1 (patch) | |
tree | c7406fece454bbe43aa4699322aaa8acefc512d0 /.vscode/settings.json | |
parent | 6172b5df67ca79abcc54a88121f3758a112f3a9d (diff) | |
download | lua-language-server-42aa5246c2691b22aef1cdb7df2feac752e1a1c1.zip |
set search depth to 0 for now
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 28cfacbe..92e6ec8e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,5 +35,5 @@ "Lua.awakened.cat": true, "Lua.develop.enable": true, "Lua.develop.debuggerPort": 11413, - "Lua.intelliSense.searchDepth": 5 + "Lua.intelliSense.searchDepth": 0 } |