mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 19:29:17 +00:00
Git - add option to restore staged changes when aplying/popping a stash (#278556)
This commit is contained in:
@@ -3411,9 +3411,7 @@ export class CommandCenter {
|
||||
}
|
||||
|
||||
await repository.migrateChanges(worktreeRepository.root, {
|
||||
confirmation: true,
|
||||
deleteFromSource: false,
|
||||
untracked: true
|
||||
confirmation: true, deleteFromSource: true, untracked: true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user