Ignore web dirs for lint

This commit is contained in:
Cooldude2606
2026-06-26 14:19:15 +01:00
parent 71ab3e7be4
commit aa75a43aa9
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"workspace.ignoreDir": [ "workspace.ignoreDir": [
".vscode", ".github", "luals", "factorio" ".vscode", ".github", "luals", "factorio", "web"
], ],
"completion.requireSeparator": "/", "completion.requireSeparator": "/",
"runtime.pluginArgs": [ "runtime.pluginArgs": [