Skip to content

Instantly share code, notes, and snippets.

View blinderjay's full-sized avatar

blinderjay blinderjay

View GitHub Profile
@blinderjay
blinderjay / visualstudiocode.sh
Created May 25, 2018 21:14 — forked from ted-piotrowski/visualstudiocode.sh
Visual Studio Code on ARM Debian Linux
# building Visual Studio Code Debian package on ARM
# get source code
git clone git@github.com:Microsoft/vscode.git
cd vscode
# build debian package
./scripts/npm.sh install --arch=armhf
./node_modules/.bin/gulp vscode-linux-arm-build-deb