Use 'stashed changes' terminology

This commit is contained in:
Eric Amodio
2017-03-29 00:14:28 -04:00
parent 0dda92cf8d
commit 0686c882c8
3 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ export class StashListQuickPick {
const pick = await window.showQuickPick(items, {
matchOnDescription: true,
placeHolder: placeHolder || `stash list \u2014 search by message, filename, or sha`,
placeHolder: placeHolder || `stashed changes \u2014 search by message, filename, or sha`,
ignoreFocusOut: getQuickPickIgnoreFocusOut()
// onDidSelectItem: (item: QuickPickItem) => {
// scope.setKeyCommand('right', item);