Some tests for female models
This commit is contained in:
34
.vscode/tasks.json
vendored
Normal file
34
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Run Zomboid Debug No Steam",
|
||||
"type": "shell",
|
||||
"command": "\"E:\\Steam\\steamapps\\common\\ProjectZomboid\\ProjectZomboid64 - nosteam-debug.bat\"",
|
||||
"presentation": {
|
||||
"group": "groupZomboid"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$eslint-stylish"
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Run two instances of Zomboid Debug No Steam",
|
||||
"dependsOn": ["Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam"],
|
||||
|
||||
},
|
||||
{
|
||||
"label": "Run Zomboid Test Server",
|
||||
"type": "shell",
|
||||
"command": "\"E:\\Steam\\steamapps\\common\\Project Zomboid Dedicated Server\\StartServer64_nosteam.bat\"",
|
||||
"problemMatcher": [
|
||||
"$eslint-stylish"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user