diff --git a/.vscode/tasks.json b/.vscode/tasks.json index eb666fac..1eac327d 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,7 +2,7 @@ "version": "2.0.0", "tasks": [ { - "label": "Build Arkham SCE", + "label": "Arkham SCE: Build", "type": "shell", "command": "go", "args": [ @@ -19,6 +19,22 @@ "kind": "build", "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": [] } ] } \ No newline at end of file