diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-16 10:55:34 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-16 10:55:34 +0800 |
commit | bc46f33475261f06d1576ce5dca9bc753565b64b (patch) | |
tree | 7ebe27a0afc41e6d24f49dfcfa17462e71ad5d6e /.vscode/settings.json | |
parent | 4ab165a5940b3e41ea2932b899406d70fb1b964e (diff) | |
download | lua-language-server-bc46f33475261f06d1576ce5dca9bc753565b64b.zip |
close #300
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 92e6ec8e..93cafbc9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,5 +35,10 @@ "Lua.awakened.cat": true, "Lua.develop.enable": true, "Lua.develop.debuggerPort": 11413, - "Lua.intelliSense.searchDepth": 0 + "Lua.intelliSense.searchDepth": 0, + "Lua.runtime.path": [ + "?.lua", + "script/?.lua", + "script/?/init.lua" + ] } |