mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-07-26 10:36:22 +09:00
Ignore web dirs for lint
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||||
"workspace.ignoreDir": [
|
||||
".vscode", ".github", "luals", "factorio"
|
||||
".vscode", ".github", "luals", "factorio", "web"
|
||||
],
|
||||
"completion.requireSeparator": "/",
|
||||
"runtime.pluginArgs": [
|
||||
|
||||
Reference in New Issue
Block a user