mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user