diff options
Diffstat (limited to '.vscode')
-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" + ] } |