mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 01:25:42 -05:00
Renames hosting to remote
This commit is contained in:
@@ -587,7 +587,7 @@ export class GitService extends Disposable {
|
||||
}
|
||||
|
||||
async getRemotes(repoPath: string): Promise<GitRemote[]> {
|
||||
if (!this.config.experimental || !this.config.experimental.openInHostingProvider) return Promise.resolve([]);
|
||||
if (!this.config.experimental || !this.config.experimental.openInRemote) return Promise.resolve([]);
|
||||
|
||||
Logger.log(`getRemotes('${repoPath}')`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user