Skip to content

Commit 07139c6

Browse files
committed
Set 'vscode_connection' as build reason on workspace start
1 parent e0adfb8 commit 07139c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ export async function startWorkspaceIfStoppedOrFailed(
190190
"start",
191191
"--yes",
192192
workspace.owner_name + "/" + workspace.name,
193+
"--reason",
194+
"vscode_connection"
193195
];
194196
const startProcess = spawn(binPath, startArgs);
195197

0 commit comments

Comments
 (0)