'Disable automatic terminal in vscode remote
When I connect vscode to a remote system via SSH it will always open a terminal in vscode on the remote machine. I do not want it to do this and always exit the terminal in vscode as soon as it loads. Is there any way to disable this so that it doesn't start this remote terminal in vscode? I don't want to have it start hidden. I do not want it to start at all.
Solution 1:[1]
Following vscode-remote-release issue 3439, try and set the setting:
"remote.SSH.showLoginTerminal": false
Then restart VSCode, and see if the terminal is still visible.
Solution 2:[2]
VSCode ver 1.65.2
File->Preferences->Settings
In the Search settings input field:
- Type the word-> terminal
Under Extensions:
- Click-> Remote-SSH
- Uncheck-> Always reveal the SSH login Terminal.
Close all VSCode windows and restart VSCode.
Open the remote SSH location and the integrated terminal should no longer open automatically.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | VonC |
| Solution 2 |
