mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
rename ProgressLocation.Scm to ProgressLocation.SourceControl, #18066
This commit is contained in:
@@ -531,7 +531,7 @@ export class Model implements Disposable {
|
||||
};
|
||||
|
||||
return shouldShowProgress(operation)
|
||||
? window.withProgress({ location: ProgressLocation.Scm }, run)
|
||||
? window.withProgress({ location: ProgressLocation.SourceControl }, run)
|
||||
: run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user