mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
@@ -76,7 +76,7 @@ export class AzureTerminalService implements IAzureTerminalService {
|
|||||||
return;
|
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 azureTerminal = new AzureTerminal(provisionedUri, token, shell.value);
|
||||||
const terminal = vscode.window.createTerminal({
|
const terminal = vscode.window.createTerminal({
|
||||||
|
|||||||
Reference in New Issue
Block a user