You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ISE has buttons for moving the console/script pane around so you can quickly maximize one or the other, or put them side by side. This is a nice feature to have in situations where you want maximum screen space for the script pane, or want to look through a big list of objects in the console pane.
Proposed technical implementation details
Add 3 buttons in the tabs bar similar to the recently added Run and Run Selection buttons with the following built-in VS code functions:
"View: Move Panel Left" (Maybe add a setting that changes it to right instead of left?)
"View: Move Panel To Bottom"
"View: Toggle Panel"
The text was updated successfully, but these errors were encountered:
Thanks for making this request, I am going to mark this enhancement as up for grabs..if you chose to implement this looking at PR #2224 should give you a good starting place....thanks!
Add buttons for moving the terminal around
The ISE has buttons for moving the console/script pane around so you can quickly maximize one or the other, or put them side by side. This is a nice feature to have in situations where you want maximum screen space for the script pane, or want to look through a big list of objects in the console pane.
Proposed technical implementation details
Add 3 buttons in the tabs bar similar to the recently added Run and Run Selection buttons with the following built-in VS code functions:
The text was updated successfully, but these errors were encountered: