chore: fix to some stupid config issues
This commit is contained in:
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@@ -1,13 +1,4 @@
|
||||
{
|
||||
"Lua.diagnostics.globals": [
|
||||
"ModOptions",
|
||||
"zombie",
|
||||
"_",
|
||||
],
|
||||
"Lua.format.defaultConfig": {
|
||||
"indent_style": "space",
|
||||
"indent_size": "2"
|
||||
},
|
||||
"Lua.workspace.library": [
|
||||
"${addons}/umbrella-unstable/module/library"
|
||||
],
|
||||
@@ -23,5 +14,10 @@
|
||||
"io": "disable",
|
||||
"package": "disable"
|
||||
},
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
"Lua.workspace.checkThirdParty": false,
|
||||
"Lua.workspace.ignoreDir": [
|
||||
".vscode",
|
||||
"dev_stuff",
|
||||
"workshop_files"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user