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';
1414const localize = nls . loadMessageBundle ( ) ;
1515
1616export const NETWORK_ERROR = 'network error' ;
17- < < < << << HEAD
17+ // NOTE @coder : use our own auth relay (the commented one is microsoft's, not ours)
1818const 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- >>> >>> > 58 ce849223667f77dc0d6d7658870ca3f815e17f
2320
2421class UriEventHandler extends vscode . EventEmitter < vscode . Uri > implements vscode . UriHandler {
2522 public handleUri ( uri : vscode . Uri ) {
You can’t perform that action at this time.
0 commit comments