Skip to content

Instantly share code, notes, and snippets.

View SilentJungle399's full-sized avatar
😀
hi

Harsh Vardhan SilentJungle399

😀
hi
View GitHub Profile
@SilentJungle399
SilentJungle399 / init.sh
Last active April 9, 2023 12:08
Run an instance of Visual Studio Code on any cloud platform
if [[ ! -d code-server-3.9.3-linux-amd64 ]]
then
wget https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-amd64.tar.gz
tar xvzf code-server-3.9.3-linux-amd64.tar.gz
fi
cd code-server-3.9.3-linux-amd64/bin
# ./code-server --install-extension extension.id