mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Updates from the rename (#179901)
* Updates from the rename Azure Cloud -> Microsoft Sovereign Cloud * remove azure once more
This commit is contained in:
committed by
GitHub
parent
468c8b4642
commit
3a02bc9de1
@@ -275,7 +275,7 @@ export class AzureActiveDirectoryService {
|
||||
const runsServerless = vscode.env.remoteName === undefined && vscode.env.uiKind === vscode.UIKind.Web;
|
||||
|
||||
if (runsServerless && this._loginEndpointUrl !== defaultLoginEndpointUrl) {
|
||||
throw new Error('Sign in to non-public Azure clouds is not supported on the web.');
|
||||
throw new Error('Sign in to non-public clouds is not supported on the web.');
|
||||
}
|
||||
|
||||
if (runsRemote || runsServerless) {
|
||||
|
||||
Reference in New Issue
Block a user