snap is already installed since it is based on Ubuntu 20.04.snap to install VS Code, it’s available for amd64, but not armhf which OrangePi Plus2 is..Download .deb file for ARM
Install with dpkg
1sudo dpkg -i ~/Downloads/code_1.53.0-1612367698_armhf.deb
It is very slow though. 2GB RAM on Armbian is obviously way too low to be running VS Code. I installed it just because i could. You’ll defintely notic the lag though. Geany is much faster, but Geany is not VS Code.
You need to have configured:
I updated my .ssh/config file and added my OrangePi as a host.
1# NAS - OrangePi Plus2
2Host nas
3 HostName 192.168.111.100
4 User aamnah
5 Port 22
6 IdentityFile ~/.ssh/panda