vscode-remote-release
vscode-remote-release copied to clipboard
VSCode warns about active terminal sessions that do not exist
Does this issue occur when all extensions are disabled?: Yes, apart from remote ssh extension to be able to connect to the server
- VS Code Version: 1.93.1
- OS Version: Windows 11 (Remote VM ubuntu 22)
Steps to Reproduce:
- Connect to ssh remote
- Reload the window
I am using VSCode Remote Extension to connect to my VM, when I try to reload the window, it always shows this warning:
"Do you want to terminate the 6 active terminal sessions?"
However, I don't have any open terminal sessions. I suspected the port forwardings, but there are only two of them.
How can I find out what these open terminal sessions are?
I tried sudo ss -tnp | grep sshd to see open ssh connections but there was only two of them.
My settings.json: https://pastebin.com/CmKK9siq