Lewati ke isi

Instalasi visual studo code di web

You’ll need to get the latest Linux build from code-server’s Github releases (the file will contain linux in its name). At the time of writing, the latest version was 4.11.0. Download it with wget by running the following command:

wget https://github.com/coder/code-server/releases/download/v4.11.0/code-server-4.11.0-linux-amd64.tar.gz

Then unpack the archive by running:

tar -xf code-server-4.11.0-linux-amd64.tar.gz

You’ll get a folder named exactly as the original file you downloaded, which contains the code-server source code.

cd code-server-4.11.0-linux-amd64
cd bin

Run code-server on port 8080 binaddr 0.0.0.0

./code-server --bind-addr 0.0.0.0:8080