depend on stable vscode.dev for auth extensions

This commit is contained in:
Tyler Leonhardt
2022-03-21 09:35:34 -07:00
parent 14ad945c42
commit 39c6779828
2 changed files with 9 additions and 5 deletions

View File

@@ -20,8 +20,7 @@ import path = require('path');
const localize = nls.loadMessageBundle();
// TODO: Change to stable when it's deployed.
const redirectUrl = 'https://insiders.vscode.dev/redirect';
const redirectUrl = 'https://vscode.dev/redirect';
const loginEndpointUrl = 'https://login.microsoftonline.com/';
const DEFAULT_CLIENT_ID = 'aebc6443-996d-45c2-90f0-388ff96faa56';
const DEFAULT_TENANT = 'organizations';