commit
e15f23c9ef
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
@ -2,14 +2,14 @@
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Build with TTS Mod Manager",
|
||||
"label": "Arkham SCE: Build",
|
||||
"type": "shell",
|
||||
"command": "go",
|
||||
"args": [
|
||||
"run",
|
||||
"main.go",
|
||||
"--moddir=C:\\git\\SCED",
|
||||
"--modfile=${env:USERPROFILE}\\Documents\\My Games\\Tabletop Simulator\\Saves\\composed.json"
|
||||
"--moddir=${workspaceFolder}",
|
||||
"--modfile=${env:USERPROFILE}\\Documents\\My Games\\Tabletop Simulator\\Saves\\ArkhamSCE.json"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "C:\\git\\TTSModManager"
|
||||
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user