mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
lipstick
This commit is contained in:
@@ -362,7 +362,6 @@ export class CommandCenter {
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user