From 93d052d3404d4e0bb4aa646ccbe6967d22d8bef9 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sun, 10 Nov 2024 15:19:07 +0100 Subject: [PATCH 1/3] updated build task --- .vscode/tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index ce3e11f5..eb666fac 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,14 +2,14 @@ "version": "2.0.0", "tasks": [ { - "label": "Build with TTS Mod Manager", + "label": "Build Arkham SCE", "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" From 9aac5cecaa1ac95ceacf7583c3a5dfc99bffe26e Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sun, 10 Nov 2024 15:22:39 +0100 Subject: [PATCH 2/3] added decompose task --- .vscode/tasks.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 From 108ed9cf05604614f7c0ca35d80594deb9afdd73 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sun, 10 Nov 2024 15:24:08 +0100 Subject: [PATCH 3/3] end of file new line --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1eac327d..0ee27f79 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -37,4 +37,4 @@ "problemMatcher": [] } ] -} \ No newline at end of file +}