mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Fix stash pop
This commit is contained in:
@@ -849,7 +849,7 @@ export class Repository {
|
||||
if (pop) {
|
||||
args.push('pop');
|
||||
if (index) {
|
||||
args.push(`"stash{${index}}"`);
|
||||
args.push(`stash@{${index}}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user