ソースを参照

Removes unused method

main
Eric Amodio 2年前
コミット
be47260a62
1個のファイルの変更0行の追加6行の削除
  1. +0
    -6
      src/git/gitProviderService.ts

+ 0
- 6
src/git/gitProviderService.ts ファイルの表示

@ -273,12 +273,6 @@ export class GitProviderService implements Disposable {
// return this.container.config.advanced.caching.enabled;
// }
getCachedRepository(repoPath: string): Repository | undefined {
return repoPath && this._repositories.count !== 0
? this._repositories.getClosest(Uri.file(repoPath))
: undefined;
}
/**
* Registers a {@link GitProvider}
* @param id A unique indentifier for the provider

読み込み中…
キャンセル
保存