Skip to content

Instantly share code, notes, and snippets.

@whs-piwars
Created October 31, 2016 20:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save whs-piwars/cb2a19e1cf223afb2711590472b48559 to your computer and use it in GitHub Desktop.
Save whs-piwars/cb2a19e1cf223afb2711590472b48559 to your computer and use it in GitHub Desktop.
Install vscode on Raspberry Pi 3...
See: https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs build-essential libx11-dev
See: https://gist.github.com/ted-piotrowski/e5c223a6a2f6f3079cb38c959ceecaa6
git clone https://github.com/Microsoft/vscode
cd vscode
./scripts/npm.sh install --arch=armhf
./scripts/code.sh
See: https://iotguys.wordpress.com/2016/04/17/running-and-configuring-visual-studio-code-on-raspberry-pi-2/
Add to product.json:
,"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment