Closed AlJohri closed 2 years ago
Can you confirm that the issue doesn't happen with normal CLI launch of code
? It's specific to this remote plugin setup, correct?
Have you tried contacting the makers of this extension? It's likely on their side
Honestly, I think my VS Code is screwed up somehow. I'm getting this error when I even just double click on it, even after re-installing. I'll restart / debug further and update if the issue persists after I fix VSCode.
The application "Visual Studio Code" is not open anymore.
.
I completely removed VSCode as per these instructions and reinstalled. All working now with Alt-Tab!
That was certainly weird. Thanks for the quick response! Closing this issue.
Weird, just wanted to report that this somehow occurred again a few hours after it working smoothly. Will dig in further later.
Hi, I have the same issue. VSCode not showing in alttab.
Most likely an issue on VSCode side, so please contact their support. Could also be due to #1324 in some cases.
Describe the bug
I'm running into a strange error where VSCode is missing from AltTab when running using the Remote SSH plugin.
Screenshots / video
I recorded a video of the bug:
Steps to reproduce
I think there's probably an easier way to reproduce this locally. I will post a comment if/when I figure that out. I think it just has to do with starting new instances of an application from the CLI, as opposed to anything to do with SSH, but I included the instructions for completeness.
Run the following function which SSH's back into your laptop from the server and starts VSCode via the
code
CLI using the Remote SSH plugin.Note: Replace
/opt/homebrew/bin/code
with the absolute path of your VSCodecode
CLI. It is/usr/local/bin/code
for intel mac if installed via homebrew.