chore: fix to some stupid config issues
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +0,0 @@
|
|||||||
.vscode
|
|
||||||
mod.info
|
|
||||||
media
|
|
||||||
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": [
|
"Lua.workspace.library": [
|
||||||
"${addons}/umbrella-unstable/module/library"
|
"${addons}/umbrella-unstable/module/library"
|
||||||
],
|
],
|
||||||
@@ -23,5 +14,10 @@
|
|||||||
"io": "disable",
|
"io": "disable",
|
||||||
"package": "disable"
|
"package": "disable"
|
||||||
},
|
},
|
||||||
"Lua.workspace.checkThirdParty": false
|
"Lua.workspace.checkThirdParty": false,
|
||||||
|
"Lua.workspace.ignoreDir": [
|
||||||
|
".vscode",
|
||||||
|
"dev_stuff",
|
||||||
|
"workshop_files"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -7,7 +7,7 @@
|
|||||||
"label": "Create Workshop folder",
|
"label": "Create Workshop folder",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"options": {"statusbar": {"label": "$(combine) Assemble Mod"}},
|
"options": {"statusbar": {"label": "$(combine) Assemble Mod"}},
|
||||||
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\"",
|
"command": "python ${config:zomboid_user_folder}/PaosCrap/make_workshop_pack.py \"picch\" \"${workspaceFolderBasename}\" \"\"",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Create Workshop folder",
|
"label": "Create Workshop folder",
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "../../PaosCrap"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
@@ -4,4 +4,4 @@ description=You've been bitten. You have only two choices.
|
|||||||
id=TheOnlyCure
|
id=TheOnlyCure
|
||||||
icon=icon.png
|
icon=icon.png
|
||||||
url=https://github.com/ZioPao/The-Only-Cure
|
url=https://github.com/ZioPao/The-Only-Cure
|
||||||
modversion=2.2
|
modversion=2.1.6
|
||||||
Reference in New Issue
Block a user