We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dc911 commit cf61451Copy full SHA for cf61451
lib/vscode/extensions/github-authentication/src/githubServer.ts
@@ -14,12 +14,9 @@ import { ExperimentationTelemetry } from './experimentationService';
14
const localize = nls.loadMessageBundle();
15
16
export const NETWORK_ERROR = 'network error';
17
-<<<<<<< HEAD
+// NOTE@coder: use our own auth relay (the commented one is microsoft's, not ours)
18
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
19
-=======
20
-const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
21
// const AUTH_RELAY_STAGING_SERVER = 'client-auth-staging-14a768b.herokuapp.com';
22
->>>>>>> 58ce849223667f77dc0d6d7658870ca3f815e17f
23
24
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
25
public handleUri(uri: vscode.Uri) {
0 commit comments