提交 263278aa 编写于 作者: M Maryam Archie

Resolve timeout issue

上级 e989a259
......@@ -253,10 +253,12 @@ export class CommandCenter {
}
const clonePromise = this.git.clone(url, parentPath);
window.withProgress({location: ProgressLocation.SourceControl, title: localize('cloning', "Cloning git repository...")}, () => clonePromise);
window.withProgress({location: ProgressLocation.Window, title: localize('cloning', "Cloning git repository...")}, () => clonePromise);
try {
window.withProgress({ location: ProgressLocation.SourceControl, title: localize('cloning', "Cloning git repository...") }, () => clonePromise);
window.withProgress({ location: ProgressLocation.Window, title: localize('cloning', "Cloning git repository...") }, () => clonePromise);
const repositoryPath = await clonePromise;
const open = localize('openrepo', "Open Repository");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册