Update to VS Code 1.52.1
This commit is contained in:
@ -276,7 +276,7 @@ export class AzureActiveDirectoryService {
|
||||
}
|
||||
|
||||
return new Promise(async (resolve, reject) => {
|
||||
if (vscode.env.uiKind === vscode.UIKind.Web) {
|
||||
if (vscode.env.remoteName !== undefined) {
|
||||
resolve(this.loginWithoutLocalServer(scope));
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user