-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
VSCode should register itself as a default terminal. #171102
Comments
/duplicate #34442 |
@meganrogge, this isn't duplicate. I don't care whether the terminal is able to be extracted from the main window. Just having a window with merely a terminal in is adequate for me, since it's barely any different to Windows Terminal's current interface. Consequently, please revert your decision to triage this as duplicate and close it. |
This would require introducing a CLI for the terminal which is what the issue I cited above requires. we take note of duplicates to see what we should prioritize in the upcoming iterations, so thank you for creating the issue 👍🏼 |
@meganrogge, is the terminal itself not a CLI? I apologize, for I feel like I'm wasting time asking for explanations of simple things, but surely these are separate. Even completing the linked issue wouldn't remediate this problem, because it wouldn't allow VS Code to register as a default terminal. Not merely any terminal is able to be defined as the OS default. That was why I linked felixse/FluentTerminal#965 – it was to demonstrate that Windows Terminal and |
I'll reopen this issue to track making it an OS default, but this is blocked by / related to #34442, which we'd have to complete before we could consider this |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
@RokeJulianLockhart the terminal itself is not a CLI; you cannot control the VS Code terminal via the Since one of the primary deliverables of #34442 is to make a cli and registering it as a default is part of that, we're already tracking it there. Keeping another issue open is just extra clutter for us to manage, we just did issue grooming to get our issue count to a more sane value and we want to try keep it manageable. It's the 11th highest voted issue in the repository so it's definitely on our radar. |
Currently, in Windows, the sole terminals that register themselves as available defaults at the OS level are Windows Terminal (Preview) and
cmd.exe
. (Not even Fluent Terminal is able to yet.)Windows Terminal is a good terminal, but when compared to VS Code's, I see many reasons to prefer VS Code's terminal.
Consequently, I suggest that Visual Studio Code register itself as an available default terminal.
The text was updated successfully, but these errors were encountered: