提交 50f8848e 编写于 作者: J Joao Moreno

git: do not throttle git show call

上级 a09c57d6
......@@ -430,7 +430,6 @@ export class Model implements Disposable {
await this.run(Operation.Sync, () => this.repository.sync());
}
@throttle
async show(ref: string, uri: Uri): Promise<string> {
return await this.run(Operation.Show, async () => {
const relativePath = path.relative(this.repository.root, uri.fsPath).replace(/\\/g, '/');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册