We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3158557 commit 8b1f6fcCopy full SHA for 8b1f6fc
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: provide our own auth relay server
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