Forked from whs-piwars/gist:cb2a19e1cf223afb2711590472b48559
Created
October 26, 2017 11:35
-
-
Save PrateekKumarSingh/989df6d6d7472e9907abbbf75c0353b8 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