-
Notifications
You must be signed in to change notification settings - Fork 5.9k
v3.3.0: Accessing from windows is broken #1642
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 reporting we'll look into this. |
For any windows users using code-server with chrome. Sharing an requestly extension config for replacing backslash to foward slash. |
code-asher
added a commit
that referenced
this issue
May 18, 2020
code-asher
added a commit
that referenced
this issue
May 18, 2020
4 tasks
code-asher
added a commit
that referenced
this issue
May 18, 2020
Will publish a 3.3.1 in the next few hours, just working on #1667 |
Thank you, now it works fine! |
nhooyr
added a commit
that referenced
this issue
May 18, 2020
This release fixes bugs introduced with the release of v3.3.0 - We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667 - Accessing code-server from a web browser on Windows has been fixed #1642 - Search in project has been fixed #1665 - The glibc requirement on static releases has been lowered to v2.19 #1656
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi looks like latest build changes broke path separator.
code server is up and running in docker and accessible via 127.0.0.1:3003 on windows host .
Following request fails while ui is loading in browser
http://127.0.0.1:3003/vscode-remote-resource?path=%5Ccode-server%5Crelease%5Clib%5Cvscode%5Cextensions%5Ctheme-defaults%5Cthemes%5Cdark_plus.json&tkn=
Checked and confirmed that file is there.
changin request to http://127.0.0.1:3003/vscode-remote-resource?path=/code-server/release/lib/vscode/extensions/theme-defaults/themes/dark_plus.json&tkn=
returns json data.
The text was updated successfully, but these errors were encountered: