Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68c2e04

Browse files
committed
terminal names
1 parent69f9b97 commit68c2e04

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
@@ -417,7 +417,7 @@ export class Commands {
417417
}):Promise<void>{
418418
// Launch and run command in terminal if command is provided
419419
if(app.command){
420-
constterminal=vscode.window.createTerminal(`${app.name||"Application"} Status`)
420+
constterminal=vscode.window.createTerminal(app.status)
421421
terminal.show(true)
422422
vscode.commands.executeCommand("workbench.action.toggleMaximizedPanel")
423423
// If workspace_name is provided, run coder ssh before the command

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp