diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c163ade..28cfacbe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,5 +34,6 @@ "Lua.plugin.enable": true, "Lua.awakened.cat": true, "Lua.develop.enable": true, - "Lua.develop.debuggerPort": 11413 + "Lua.develop.debuggerPort": 11413, + "Lua.intelliSense.searchDepth": 5 } |