Can I install Visual Studio Code on Ubuntu 32 bit?
It's possible now, Microsoft released Linux 32bit version
Sorry You can't do that.
You can't install a 64-bit app on 32bit machine.
And from Microsoft download page, it does show download for 64-bit only.
Update:
Now it's available a 32 bit app. you can download the .deb from here
This worked for me on ubuntu 16.04 LTS 32bit
You can use Ubuntu Make to download and install Visual Studio Code:
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
Then install Visual Studio Code:
umake ide visual-studio-code