mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Git - polish discard changes dialogs (#240519)
* Git - polish git clean dialog * Remove duplication * More polish of the dialogs
This commit is contained in:
@@ -1373,7 +1373,7 @@ export class Repository implements Disposable {
|
||||
}
|
||||
|
||||
async clean(resources: Uri[]): Promise<void> {
|
||||
const config = workspace.getConfiguration('git', Uri.file(this.root));
|
||||
const config = workspace.getConfiguration('git');
|
||||
const untrackedChangesSoftDelete = config.get<boolean>('untrackedChangesSoftDelete', true) === true;
|
||||
|
||||
await this.run(
|
||||
|
||||
Reference in New Issue
Block a user