python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Where does the Github OAuth token stored in code-server?
In code-server, for a repo cloned using HTTPS and when performing git operation like git fetch, git push etc. For the first time it prompts to sign-in and takes through an OAuth flow, and ends up in ...
Keshi
Votes: 0
Answers: 1
Unable to install python extension on code-server
I am install vscode using the below commands on ubuntu base image and trying to install python extension and it gets an error.
ARG IDE_HOME="/opt"
ARG CODE_SERVER_VERSION="v3.11.1"...
user3222101
Votes: 0
Answers: 0
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-pro...
cormbok
Votes: 0
Answers: 1
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...
Sergei
Votes: 0
Answers: 1