Chore: fixed config for umbrella
This commit is contained in:
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@@ -11,14 +11,26 @@
|
||||
"Lua.diagnostics.globals": [
|
||||
"ModOptions",
|
||||
"zombie",
|
||||
"_"
|
||||
"_",
|
||||
],
|
||||
"Lua.format.defaultConfig": {
|
||||
"indent_style": "space",
|
||||
"indent_size": "2"
|
||||
},
|
||||
"Lua.workspace.library": [
|
||||
"C:\\Users\\picch\\Zomboid\\Umbrella",
|
||||
"C:\\Users\\picch\\Zomboid\\mods\\The-Only-Cure"
|
||||
"${addons}/umbrella-unstable/module/library"
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.1",
|
||||
"Lua.runtime.path": [
|
||||
"?.lua",
|
||||
"?/init.lua",
|
||||
"server/?.lua"
|
||||
],
|
||||
"Lua.completion.requireSeparator": "/",
|
||||
"Lua.runtime.builtin": {
|
||||
"debug": "disable",
|
||||
"io": "disable",
|
||||
"package": "disable"
|
||||
},
|
||||
"Lua.workspace.checkThirdParty": false
|
||||
}
|
||||
Reference in New Issue
Block a user