We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7dd65 commit 8f996ddCopy full SHA for 8f996dd
src/commands.ts
@@ -420,7 +420,7 @@ export class Commands {
420
if (app.command) {
421
return vscode.window.withProgress({
422
location: vscode.ProgressLocation.Notification,
423
- title: `Launching ${app.name || "application"}...`,
+ title: `Connecting to AI Agent...`,
424
cancellable: false
425
}, async () => {
426
const terminal = vscode.window.createTerminal(app.status)
0 commit comments