Skip to content

Commit cf61451

Browse files
author
Akash Satheesan
committed
fix(lib/vscode): fix conflicts in githubServer.ts
1 parent 51dc911 commit cf61451

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/vscode/extensions/github-authentication/src/githubServer.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ import { ExperimentationTelemetry } from './experimentationService';
1414
const localize = nls.loadMessageBundle();
1515

1616
export const NETWORK_ERROR = 'network error';
17-
<<<<<<< HEAD
17+
// NOTE@coder: use our own auth relay (the commented one is microsoft's, not ours)
1818
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
19-
=======
20-
const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
2119
// const AUTH_RELAY_STAGING_SERVER = 'client-auth-staging-14a768b.herokuapp.com';
22-
>>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
2320

2421
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
2522
public handleUri(uri: vscode.Uri) {

0 commit comments

Comments
 (0)