Created
October 31, 2016 20:07
-
-
Save whs-piwars/cb2a19e1cf223afb2711590472b48559 to your computer and use it in GitHub Desktop.
Install vscode on Raspberry Pi 3...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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