Questions tagged [code-server]
53 questions
0
votes
0 answers
Is coder/code-server still available for EXTENSIONS_GALLERY?
I added EXTENSIONS_GALLERY to /etc/profile. But the repository is still open-vsx. Is EXTENSIONS_GALLERY no longer available?
export EXTENSIONS_GALLERY='{ "serviceUrl": "API_URL" }'
Of course I do source /etc/profile and sudo systemctl restart…

2001Y
- 1
0
votes
0 answers
How to download files through development vscode extension on code-server?
I wrote a vscode extension. Now you want to download a file in the vscode working directory by developing extensions. But no files were obtained through vscode vscode.Uri.file.
const downloadPanel =…

Wang
- 1
- 1
0
votes
0 answers
Why CMake-Tools extensions are not working on code-server?
i'm using code-server 4.8.0 on my android phone via termux, and it runs well. But i had a problem when i'm trying to build a C++17 project.
here is the details of my problems:
The extensions asked me for configuring a project when i opened a folder…

CodesZ
- 1
- 1
0
votes
0 answers
Unable to launch debugging in docker-based code-server
I first installed a code-server docker container on my Mac.
Then I installed g++ and gdb manually by running docker exec -it code-server /bin/bash
I wrote the following context in launch.json and task.json in/${workspaceFolder}/.vscode .[] []
I…

Mahno
- 1
- 1
0
votes
0 answers
Stay connected to code-server even when Mac is asleep or I move away from the PWA on iPad
VS Code has this new feature they’re rolling out where you can spin up a code server on your local machine. Essentially you just enter code-server into the terminal on Mac and you can connect via vscode.dev and you can add this URL as a Progressive…
0
votes
0 answers
Unable to Bring up code-server with https
I am trying to bring the code server with https and where it is giving root certificate error
Tried following the steps provided in this document and still it did not help in fixing the issue…

harsha
- 1
0
votes
0 answers
Can’t run Nx (angular) micro-frontends (webpack module fedeartion) with code-server over to an iPad from a Raspberry Pi
I am currently running code-serve on a Raspberry Pi and connecting to it via both wifi and ethernet over USB-C. I have zero problems with this.
I can run the remote apps through Code Server from the iPad but to do so I need to set the host host of…

Bren Gunning
- 153
- 2
- 9
0
votes
0 answers
NextJS Dev server not launching when using code-server on android
I’m trying to work on a NextJS project with vscode via my android tablet. I installed code-server in order to use vscode in the android device. Everything worked and installed perfectly, but when I try to launch the dev server using npm run dev, I…

zivnadel
- 97
- 6
0
votes
1 answer
How to get ms-python to recognize packages that were not installed directly with pip
I am using code-server which runs vscode in a web browser. It is served through a cluster running linux/ubuntu. The install includes many ros packages which are installed in /opt/ros/noetic/... in other words they are part of the Robot Operating…

pitosalas
- 10,286
- 12
- 72
- 120
0
votes
1 answer
Rootless VS Code (dockerized)?
Is there any method to install VS Code in a docker container as a web-based editor that can be run in a rootless mode (no sudo in container entrypoint scripts etc.)?
E.g. to run it in this scenario:
docker run -u 12345 --cap-drop=all…

mirekphd
- 4,799
- 3
- 38
- 59
0
votes
0 answers
What will happen If I remove some extensions folder to remove false positive CVE?
I'm using Code-Server to create a container image based on Code-Server and other tools. When I use grype scanner, I'm getting a lot of False Positive vulnerabilities related to the extensions folder. These are some of them:
False positive CVE…

Andrés M. Gómez
- 1
- 1
0
votes
1 answer
I'm getting an error when installing Vue.js 3 on Chrome OS
I'm trying to use Vue.js 3 on Chrome OS (64-bit, v99) using code-server, using the official Vue installation guide, but when I run npm init vue@latest I get the following error:
user@penguin ~/vue-project> npm init…

cormbok
- 1
0
votes
1 answer
Configure cloud-based vscode ide on AWS
CONTEXT:
We have a platform where users can create their own projects - multiple projects per user. We need to provide them with a browser-based IDE to edit those projects.
We decided to go with coder-server. For this we need to configure an…

Sergei
- 508
- 7
- 13
0
votes
1 answer
Code server on AWS EC2 return error and doesn't start
I follow the guide to install code-server on EC2, but it doesn't works.
When I access to my instance from browser, I have this error:
Error connecting to your code-server instance
Ensure code-server is running and was properly started with the…

Daniele
- 538
- 1
- 5
- 17
0
votes
2 answers
NixOS - how to add ping command on code-server terminal
Which package should I add to extraPackages property to make ping command available?
I have tried
extraPackages = with pkgs; [ ping ];
But it didnot work, it installs completely different package.

George Shalvashvili
- 1,263
- 13
- 21