Skip to content
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

[Remote-SSH Bug]: Cannot hide integrated terminal #10507

Closed
2 of 3 tasks
BlueskyFR opened this issue Nov 26, 2024 · 5 comments
Closed
2 of 3 tasks

[Remote-SSH Bug]: Cannot hide integrated terminal #10507

BlueskyFR opened this issue Nov 26, 2024 · 5 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster ssh Issue in vscode-remote SSH

Comments

@BlueskyFR
Copy link

BlueskyFR commented Nov 26, 2024

Is there an existing issue for this bug?

  • I have searched the existing issues

Required Troubleshooting Steps

  • I have followed these troubleshooting steps
  • I have tried both values of the remote.SSH.useLocalServer setting (more info here)

Connect Locally

It connects successfully

->

Re-opening #8357 as the bug is still the same as of today.

Expected Behavior

The integrated terminal should not show.

Steps To Reproduce

  1. Set setting remote.SSH.showLoginTerminal to false
  2. Set setting workbench.startupEditor to newUntitledFile
  3. Open remote ssh connection to a server
  4. The integrated terminal gets opened even though it is not supposed to
    Note that it does not happen when opening a regular (non-remote) vscode window.

Remote-SSH Log

No need for logs

Anything else?

No response

@BlueskyFR BlueskyFR added the ssh Issue in vscode-remote SSH label Nov 26, 2024
@joshspicer joshspicer added the bug Issue identified by VS Code Team member as probable bug label Dec 9, 2024
@joshspicer
Copy link
Member

Thanks for following up. It is understandable to expect that settings cause the same behavior regardless of if using the editor locally or attached to a remote.

@BlueskyFR
Copy link
Author

Do you think it can be fixed?

@roblourens
Copy link
Member

We did this originally because it wasn't totally clear to people that something was different about the remote window, and showing the terminal was a good hint. You could customize workbench.startupEditor in the settings for the Remote if that helps.

@joshspicer
Copy link
Member

Please let us know if Rob's suggestion works for you

@joshspicer joshspicer added the info-needed Issue requires more information from poster label Jan 6, 2025
Copy link

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster ssh Issue in vscode-remote SSH
Projects
None yet
Development

No branches or pull requests

4 participants
@roblourens @joshspicer @BlueskyFR and others