소스 검색

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

불러오는 중...
취소
저장