summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 6941e67b..478a3b70 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -13,5 +13,9 @@
],
"Lua.runtime.version": "Lua 5.4",
"Lua.workspace.maxPreload": 400,
- "Lua.workspace.preloadFileSize": 1000
+ "Lua.workspace.preloadFileSize": 1000,
+ "Lua.workspace.ignoreDir": [
+ "server/locale/",
+ "server/libs/",
+ ]
}