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> {

Loading…
Откажи
Сачувај