-
Notifications
You must be signed in to change notification settings - Fork 36.6k
Description
"Feature" request.
The integrated terminal grows in functionality, to the point that it could soon become very useful standalone, as its own app. I'm only a casual VScode user (using vim most of the time), but I would definitely be interested in a well-behaved, consistent, reactively-configurable, multi-platform terminal not tied to the editor.
Obviously if such a situation were to unfold, the shared component (not entirely dissimilar to VTE) should be jointly developed and shared with VScode. Both could be able to leverage a common configuration so that whether a terminal leveraging such a theoretical common component is spawned within VScode or standalone, they behave the same.
Edit from @Tyriar:
There is some confusion about the scope of this issue, here is the clarification as the thread is long:
- This issue is tracking making the terminal "stand alone", ie. being able to launch
code --termfor example (see Extract the integrated terminal #34442 (comment) for details) - Allow for floating windows #10121 tracks being able to pull the terminal view/panel out of the window
- Tabs for integrated terminal #10546 tracks adding tabs to the terminal, combined with Allow for floating windows #10121 this would ideally allow terminal tabs to be pulled into a separate window