소스 검색

Fixes decorator

main
Eric Amodio 2 년 전
부모
커밋
15e4f478c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/git/providers/localGitProvider.ts

+ 1
- 1
src/git/providers/localGitProvider.ts 파일 보기

@ -3392,7 +3392,7 @@ export class LocalGitProvider implements GitProvider, Disposable {
return repository.hasUpstreamBranch();
}
@log<GitProviderService['isActiveRepoPath']>({
@log<LocalGitProvider['isActiveRepoPath']>({
args: { 1: e => (e != null ? `TextEditor(${Logger.toLoggable(e.document.uri)})` : undefined) },
})
async isActiveRepoPath(repoPath: string | undefined, editor?: TextEditor): Promise<boolean> {

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