Renames hosting to remote

This commit is contained in:
Eric Amodio
2017-03-24 03:37:22 -04:00
parent 4d1cfd6413
commit 0feaf285cd
16 changed files with 74 additions and 69 deletions

View File

@@ -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}')`);