-
Notifications
You must be signed in to change notification settings - Fork 511
Set default location for Powershell extension terminal window #4181
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
Comments
Have you tried just hiding it at startup? Then you can put it (and all the other VS Code terminals) wherever you want using their APIs. It's this setting: |
Hi @andschwa, seems Basically, what I am looking for is some sort of setting like Please let me know if I can provide any further details/logs. |
The |
This issue was closed automatically as author feedback was indicated as needed, but there has been no activity in over a week. Please feel free to reopen with any available information! |
I had the same issue. For me the setting |
Thank you for your comment, but please note that this issue has been closed for over a week. For better visibility, consider opening a new issue with a link to this instead. |
@Peter-Schneider yes, but I want powershell terminal session to be started in lower panel. |
Thanks. I want the terminal to be visible but just start in lower panel not in main workspace. |
Right now the default should be with the panel position set to lower. Once created you can move it around as you wish, but we're not currently exposing any settings for the location of the terminal. We'll think about it though! |
Thanks @andschwa, if this is something not planned please close the issue. |
Honestly, it's feasible and not a ton of work. Needs a new contributed setting that would pass through to the terminal creation options, but it's in the VS Code API we're using at least. So I'll mark this as up for grabs. |
Hi @andschwa, I have created a PR for this issue. Please review and provide feedback. This is my first time working with VS code extension and typescript, so apologies if my changes do not meet coding standards. But I am happy to update it based on feedback. |
You did great! I'm out at a conference right now but I looked briefly and liked it. When I'm back at work I'll give it a test and review and get it merged, thank you! |
Prerequisites
Summary
Currently whenever powershell extensions starts it opens a terminal window in VS Code editor area, I would like a setting to set the default location for terminal windows e.g., in editor area, in Terminal tab.
This will help optimize the workflow where users are configured to open terminal in lower panel instead of in Editor window. Currently It requires manual intervention to move the extension terminal window to lower panel.
Proposed Design
No response
The text was updated successfully, but these errors were encountered: