-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Cannot 'Open Folder...' on code-server Welcome Page #2921
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
Comments
Thanks for opening this issue and adding all the details @JammSpread ! Yeah that's weird they have the |
Tested on Fedora 34 with the official code-server rpm right now, using either Could this be Chrome OS specific? |
@JammSpread could you view the page with inspect element and find out which |
Sure, I'll try that soon. If it did work for you it could be that it doesn't resolve Chrome OS to be either. |
I'm very sorry for the late reply. The assumption seems to be correct. |
This might be just a speculation but shouldn't it use the remote OS' command and not the detected local OS'? |
Do we know if this is an upstream issue or specific to code-server? Can it be reproduced on Codespaces? |
I haven't been able to access the Codespaces Beta however this is reproducible in Gitpod. |
Ah gotcha. Well that's a good sign then! Shoot, I wish I had access to Chrome OS. Or if there were a way for me to lend you access to my Codespaces Beta. Then I could try and reproduce and we could file upstream. |
You might be able to reproduce it by using a similar or the same user agent I have.
You might be able to make use of this through a browser extension or by manually modifying your HTTP(S) requests. |
Ooo didn't think about that. That could work! Okay, great. I think we have what we need to investigate this further. Thanks a ton for your work @JammSpread! 🎉 |
I was able to reproduce locally in #3427 |
OS/Web Information
code-server --version
: 3.9.1 + 3.9.2Steps to Reproduce
code-server
without specifying a folder or with--ignore-last-opened
on Linux.(You could also use the
Help: Welcome
command.)Open Folder
under theStart
Section.Expected
It uses the open folder command specific to your remote OS and you can select a folder.
Actual
Witness nothing happens as after you click the link as the command it references may not even exist on your version of VSCode.
Screenshot
Notes
Has occurred on multiple Linux machines, this is my third remote machine I'm using to report it.
This issue can be reproduced in VS Code: Unknown
Seems to originate from this line. This might occur due to the 'mac-only' class version being used wrongly.
The text was updated successfully, but these errors were encountered: