Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command history #1

Closed
mirao opened this issue May 17, 2016 · 3 comments
Closed

Command history #1

mirao opened this issue May 17, 2016 · 3 comments

Comments

@mirao
Copy link

mirao commented May 17, 2016

Idea: It would be great to have command history: at least to see the last command when pressing Ctrl + R. Nice to have: browse history of commands by Up Arrow and Down Arrow.
Now I have to copy the command into clipboard so that I don't need to type again next time.

@bbenoist
Copy link
Owner

Hi, thanks for the suggestion.

I agree that not having command history is awful. I have started fixing the problem but it is not ready yet...

As there is some expectation, I will try to resist playing Doom solo and finish it during my spare time 😉

@bbenoist
Copy link
Owner

@mirao I've tried to do my best considering current vscode limitations: extensions cannot have both showQuickPick (i.e. Shell: Run Command) and showInputBox (i.e. Shell: Show Command History) at the same time 😢

I might be able to implement full history in Shell: Run Command once microsoft/vscode#426 gets closed 🙏

To update Shell to 0.3.0, use Ctrl+P then ext update bbenoist.shell.

@mirao
Copy link
Author

mirao commented May 18, 2016

Thank you very much, the fix is sufficient for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants