You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing happens when clicking on the Open in VS Code button. I'm expecting Visual Studio Code to open a new window with the workspace as my project's folder.
The text was updated successfully, but these errors were encountered:
I've heard a handful of similar reports, but cannot replicate the problem on my or any colleague's machines.
I have a suspicion it has something to do with the available terminals on your system. Can you tell me which terminal (if any) you use as your default? For example, do you use Windows Terminal?
Gotcha. I wonder if the current setup only works when you have Windows Terminal, or something. Next time I'm in the code base I'll see if I can add some additional fallbacks.
Note to self for possible fixes:
Stitch Desktop uses open from npm, and on my machine I see the command open Windows Terminal before launching VSCode.
Fallbacks I can add include trying to directly launch the VSCode executables:
code-insiders.cmd (should be in path)
code.cmd (should be in path)
${process.env.LOCALAPPDATA}/Programs/Microsoft VS Code Insiders/Code - Insiders.exe
${process.env.LOCALAPPDATA}/Programs/Microsoft VS Code/Code.exe
Stitch Desktop: v0.11.10
VS Code: v1.78.0
Nothing happens when clicking on the
Open in VS Code
button. I'm expecting Visual Studio Code to open a new window with the workspace as my project's folder.The text was updated successfully, but these errors were encountered: