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",
|
"$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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user