Skip to content

Commit

Permalink
Labelz (#9887)
Browse files Browse the repository at this point in the history
* Labelz

* Use params
  • Loading branch information
Amir Omidi authored Apr 7, 2020
1 parent 592801d commit d580c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class AzureTerminalService implements IAzureTerminalService {
return;
}

const terminalName = localize('azure.cloudShell', "Azure Cloud Shell (Preview)") + ` ${shell} (${accountDisplayName})`;
const terminalName = localize('azure.cloudShell', "Azure Cloud Shell (Preview) {0} ({1})", shell.label, accountDisplayName);

const azureTerminal = new AzureTerminal(provisionedUri, token, shell.value);
const terminal = vscode.window.createTerminal({
Expand Down

0 comments on commit d580c13

Please sign in to comment.