fix(lib/vscode): fix conflicts in githubServer.ts

This commit is contained in:
Akash Satheesan 2021-05-05 22:29:07 +05:30
parent 51dc9114ff
commit cf61451d49
No known key found for this signature in database
GPG Key ID: 93CBAADFEA703F8E
1 changed files with 1 additions and 4 deletions

View File

@ -14,12 +14,9 @@ import { ExperimentationTelemetry } from './experimentationService';
const localize = nls.loadMessageBundle();
export const NETWORK_ERROR = 'network error';
<<<<<<< HEAD
// NOTE@coder: use our own auth relay (the commented one is microsoft's, not ours)
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
=======
const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
// const AUTH_RELAY_STAGING_SERVER = 'client-auth-staging-14a768b.herokuapp.com';
>>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
public handleUri(uri: vscode.Uri) {