summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-16 10:55:34 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-16 10:55:34 +0800
commitbc46f33475261f06d1576ce5dca9bc753565b64b (patch)
tree7ebe27a0afc41e6d24f49dfcfa17462e71ad5d6e /.vscode/settings.json
parent4ab165a5940b3e41ea2932b899406d70fb1b964e (diff)
downloadlua-language-server-bc46f33475261f06d1576ce5dca9bc753565b64b.zip
close #300
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
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"
+ ]
}