Archived
1
0

Merge pull request #2160 from cdr/github-auth

Fix GitHub auth
This commit is contained in:
Asher
2020-12-18 10:54:51 -08:00
committed by GitHub
4 changed files with 121 additions and 4 deletions

View File

@ -13,7 +13,7 @@ import Logger from './common/logger';
const localize = nls.loadMessageBundle();
export const NETWORK_ERROR = 'network error';
const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
public handleUri(uri: vscode.Uri) {