浏览代码

Gates getCurrentUser to avoid extra git calls

main
Eric Amodio 4 年前
父节点
当前提交
82ce0d0d77
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/git/gitService.ts

+ 1
- 0
src/git/gitService.ts 查看文件

@ -1394,6 +1394,7 @@ export class GitService implements Disposable {
}
@log()
@gate()
async getCurrentUser(repoPath: string) {
let user = this._userMapCache.get(repoPath);
if (user != null) return user;

正在加载...
取消
保存