Skip to content

Commit 45ff255

Browse files
committed
Revert change to terminal name
1 parent dd45592 commit 45ff255

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/commands/webSocketTerminal.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -624,10 +624,7 @@ function terminalConfigForUri(
624624
}
625625

626626
return {
627-
name:
628-
api.config.serverName && api.config.serverName != ""
629-
? api.config.serverName
630-
: `${api.config.host}:${api.config.port}${api.config.pathPrefix}`,
627+
name: api.config.serverName && api.config.serverName != "" ? api.config.serverName : "iris",
631628
location:
632629
// Mimic what a built-in profile does. When it is the default and the Terminal tab is selected while empty,
633630
// a terminal is always created in the Panel.

0 commit comments

Comments
 (0)