v3.3.0: Accessing from windows is broken
See original GitHub issueHi looks like latest build changes broke path separator.
- Host machine windows
- code-server machine linux in docker
- Relevant docker part
RUN go get github.com/derekparker/delve/cmd/dlv
RUN git clone https://github.com/cdr/code-server.git
WORKDIR code-server
RUN git submodule update --init
RUN yarn
RUN yarn vscode
RUN yarn build
RUN yarn build:vscode
RUN yarn release
WORKDIR release
RUN yarn --production
WORKDIR /
ENTRYPOINT node /code-server/release --disable-telemetry --host 0.0.0.0 --port 3003
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=\code-server\release\lib\vscode\extensions\theme-defaults\themes\dark_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.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
USB-3 ports not working Windows 10 - Microsoft Community
In this troubleshooting guide, we are going to offer a number of tips for when your USB 3.0 ports aren't working. Usually, there...
Read more >[Fixed] USB Ports Not Working in Windows 10/11 - Driver Easy
Method 4: Check your USB device drivers · 1) Download and install Driver Easy. · 2) Run Driver Easy and click Scan Now...
Read more >[Easiest] How to Fix USB 3.0 Not working?
Method 1: Install the Latest BIOS · Method 2: Download Drivers from Manufacturer · Method 3: Install the Newest Drivers · Method 4:...
Read more >VLC Media Player 3.0.14 fixes broken Windows automatic ...
11 do not include the auto-update breaking bug, so they can easily be upgraded to a patched release using the app's built-in automatic...
Read more >11 Ways to Fix USB Not Working on Windows 11 - groovyPost
1. Inspect Your Device (and USB Port) · 2. Try a Different USB Port · 3. Replace the USB Device · 4. Restart...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/cdr/code-server/releases/tag/v3.3.1
🎉
Will publish a 3.3.1 in the next few hours, just working on #1667