Skip to content

Commit 8f996dd

Browse files
committed
update loading msg
1 parent 0f7dd65 commit 8f996dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export class Commands {
420420
if (app.command) {
421421
return vscode.window.withProgress({
422422
location: vscode.ProgressLocation.Notification,
423-
title: `Launching ${app.name || "application"}...`,
423+
title: `Connecting to AI Agent...`,
424424
cancellable: false
425425
}, async () => {
426426
const terminal = vscode.window.createTerminal(app.status)

0 commit comments

Comments
 (0)