Coder.comC
Coder.com2y ago
36 replies
Najii

Error in vscode-web module

Hello! Im pretty new using Coder and im trying to use the vscode-web module on my template but it doesnt seems to be working

Full logs:

Installing Microsoft Visual Studio Code Server!

Ubuntu 24.04 LTS

Installing v4.19.1 of the amd64 release from GitHub.

+ Reusing ~/.cache/code-server/code-server-4.19.1-linux-amd64.tar.gz

+ mkdir -p /tmp/code-server

+ mkdir -p /tmp/code-server/lib /tmp/code-server/bin

+ tar -C /tmp/code-server/lib -xzf ~/.cache/code-server/code-server-4.19.1-linux-amd64.tar.gz

VS Code Web has been installed.

🧩 Installing extension github.copilot...

🧩 Installing extension ms-python.python...

+ mv -f /tmp/code-server/lib/code-server-4.19.1-linux-amd64 /tmp/code-server/lib/code-server-4.19.1

+ ln -fs /tmp/code-server/lib/code-server-4.19.1/bin/code-server /tmp/code-server/bin/code-server

Standalone release has been installed into /tmp/code-server/lib/code-server-4.19.1

Extend your path to use code-server:

  PATH="/tmp/code-server/bin:$PATH"

Then run with:

  code-server

Deploy code-server for your team with Coder: https://github.com/coder/coder

🧩 Installing extension ms-toolsai.jupyter...

👷 Running /tmp/vscode-web/bin/code-server serve-local  --port 13338 --host 127.0.0.1 --accept-server-license-terms --without-connection-token --telemetry-level error in the background...

Check logs at /tmp/vscode-web.log!


/tmp/vscode-web.log :

*
* Visual Studio Code Server
*
* By using the software, you agree to
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
Server bound to 127.0.0.1:13338 (IPv4)
Extension host agent listening on 13338

[17:51:33]




Web UI available at http://localhost:13338
[17:51:33] Extension host agent started.
Solution
VSCode Web needs subdomain=true
Was this page helpful?