File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
lib/vscode/extensions/github-authentication/src Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,9 @@ import { ExperimentationTelemetry } from './experimentationService';
14
14
const localize = nls . loadMessageBundle ( ) ;
15
15
16
16
export const NETWORK_ERROR = 'network error' ;
17
- < < < << << HEAD
17
+ // NOTE @coder : use our own auth relay (the commented one is microsoft's, not ours)
18
18
const AUTH_RELAY_SERVER = 'auth.code-server.dev' ;
19
- === === =
20
- const AUTH_RELAY_SERVER = 'vscode-auth.github.com' ;
21
19
// const AUTH_RELAY_STAGING_SERVER = 'client-auth-staging-14a768b.herokuapp.com';
22
- >>> >>> > 58 ce849223667f77dc0d6d7658870ca3f815e17f
23
20
24
21
class UriEventHandler extends vscode . EventEmitter < vscode . Uri > implements vscode . UriHandler {
25
22
public handleUri ( uri : vscode . Uri ) {
You can’t perform that action at this time.
0 commit comments