Skip to content

Conversation

@sancho1952007
Copy link

Resolved this error which occured in the VS Code extention for Windows (Windows 11):
image

@Datata1
Copy link
Collaborator

Datata1 commented Jul 20, 2024

Hey Sancho :)

thanks for the PR.

Just removing this code will introduce another "bug". When accessing your Codesphere workspace via a tunnel in VS Code, this code would open the path home/user/app automatically. Actually it was never intended to run this code when not being in a Codesphere workspace. The solution for that would be to place a if statement before the code block you removed which checks whether we are on a Codesphere server or not. For that we can simply check if any Codesphere related env var exists.

Best regards!

@sancho1952007
Copy link
Author

sancho1952007 commented Jul 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants