summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 23d65348..bf8535ac 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -15,9 +15,10 @@
"Lua.workspace.maxPreload": 400,
"Lua.workspace.preloadFileSize": 1000,
"Lua.workspace.ignoreDir": [
- "server/locale/",
- "server/libs/",
- "server/src/3rd",
+ "/server/locale/",
+ "/server/libs/",
+ "/server/src/3rd",
+ "/meta/"
],
"Lua.workspace.library": {
"E:/Github/test" : true,