-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add support for Commandline Mode to the CmdPal #7293
Conversation
…ommand-Palette-v2 # Conflicts: # src/cascadia/TerminalApp/TerminalPage.h
Don't die when we encounter an unexpected key Reload successfully
…adow on the menuflyout???
…thing that uses MUX
…ommand-Palette-v2 # Conflicts: # src/cascadia/TerminalApp/GlobalAppSettings.cpp # src/cascadia/TerminalApp/GlobalAppSettings.h
# Conflicts: # src/cascadia/TerminalApp/ActionAndArgs.cpp # src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp
The.. people who write the typescript package that integrates C++ with VS Code might .. be able to help us with .. commandline parsing? 🤷 |
…-commandline-mode # Conflicts: # src/cascadia/TerminalApp/CommandPalette.h
…-commandline-mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of spots were missed in the keyhandler that need to include the tab action modes, but damn it's so cool how typing one char changes everything 😎
This PR is currently blocked on the CI issue fixed over in #7383 @msftbot merge this in 5 minutes |
Hello @zadjii-msft! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
🎉 Handy links: |
Summary of the Pull Request
Adds support for "commandline mode" to the command palette.
This allows the user to start typing a
wt.exe
commandline directly in the command palette, to run that commandline directly in the current window. This allows the user input something like> nt -p Ubuntu ; sp -p ssh
and open up a new tab and split it in the current window.References
wt
action from Add support for running awt
commandline in the curent window WITH A KEYBINDING #6537PR Checklist
Validation Steps Performed
Tested manually