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 dd45592 commit 45ff255Copy full SHA for 45ff255
src/commands/webSocketTerminal.ts
@@ -624,10 +624,7 @@ function terminalConfigForUri(
624
}
625
626
return {
627
- name:
628
- api.config.serverName && api.config.serverName != ""
629
- ? api.config.serverName
630
- : `${api.config.host}:${api.config.port}${api.config.pathPrefix}`,
+ name: api.config.serverName && api.config.serverName != "" ? api.config.serverName : "iris",
631
location:
632
// Mimic what a built-in profile does. When it is the default and the Terminal tab is selected while empty,
633
// a terminal is always created in the Panel.
0 commit comments