We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310b8a5 commit ecfe1d3Copy full SHA for ecfe1d3
src/common/remote.ts
@@ -4,10 +4,10 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
import { AuthProvider, GitHubServerType } from './authentication';
7
+import Logger from './logger';
8
import { Protocol } from './protocol';
9
import { Repository } from '../api/api';
10
import { getEnterpriseUri, isEnterprise } from '../github/utils';
-import Logger from './logger';
11
12
export class Remote {
13
public get host(): string {
0 commit comments