added decompose task
This commit is contained in:
parent
93d052d340
commit
9aac5cecaa
18
.vscode/tasks.json
vendored
18
.vscode/tasks.json
vendored
@ -2,7 +2,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Build Arkham SCE",
|
"label": "Arkham SCE: Build",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "go",
|
"command": "go",
|
||||||
"args": [
|
"args": [
|
||||||
@ -19,6 +19,22 @@
|
|||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Arkham SCE: Decompose",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "go",
|
||||||
|
"args": [
|
||||||
|
"run",
|
||||||
|
"main.go",
|
||||||
|
"--moddir=${workspaceFolder}",
|
||||||
|
"--modfile=${env:USERPROFILE}\\Documents\\My Games\\Tabletop Simulator\\Saves\\ArkhamSCE.json",
|
||||||
|
"--reverse"
|
||||||
|
],
|
||||||
|
"options": {
|
||||||
|
"cwd": "C:\\git\\TTSModManager"
|
||||||
|
},
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user