Shell scripts to install Microsoft Visual Studio Code on ARM 64 machines (e.g. NVIDIA Jetson Developer Kits). There are two scripts here, one which installs Visual Studio Code and another that installs Visual Studio Code with the Python extension enabled.
To install Visual Studio Code on the Jetson, with the Python extension enabled:
$ ./installVSCodeWithPython.sh
This will install Visual Studio Code and the Python extension. Also, python3-pip, pylint and black will be installed to support linting and file formatting.
Installs Visual Studio Code on the Jetson, with no other extensions enabled:
$ ./installVSCode.sh
There are two ways to run Visual Studio Code. To run Visual Studio Code after installation open it from the application launcher or open a Terminal and exectute:
$ code