question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v3.3.0: Accessing from windows is broken

See original GitHub issue

Hi looks like latest build changes broke path separator.

  1. Host machine windows
  2. code-server machine linux in docker
  3. 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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
nhooyrcommented, May 18, 2020

Will publish a 3.3.1 in the next few hours, just working on #1667

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found