Resolved the error of \home\user\app path not found#91
Open
sancho1952007 wants to merge 1 commit intocodesphere-cloud:mainfrom
Open
Resolved the error of \home\user\app path not found#91sancho1952007 wants to merge 1 commit intocodesphere-cloud:mainfrom
sancho1952007 wants to merge 1 commit intocodesphere-cloud:mainfrom
Conversation
Collaborator
|
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 Best regards! |
Author
|
Great, I'll try doing that!
…On Sun, 21 Jul, 2024, 02:20 Jan-David Wiederstein, ***@***.***> wrote:
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!
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARUN3AXPNO7LRZSMJGUEYXLZNLEQ3AVCNFSM6AAAAABLGB3UA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRGI4TAOJYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolved this error which occured in the VS Code extention for Windows (Windows 11):
