summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a18e43b3..6941e67b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -12,5 +12,6 @@
"Lua.diagnostics.disable": [
],
"Lua.runtime.version": "Lua 5.4",
- "Lua.workspace.maxPreload": 400
+ "Lua.workspace.maxPreload": 400,
+ "Lua.workspace.preloadFileSize": 1000
}