Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved the error of \home\user\app path not found #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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