JetsonHacksNano / installVSCode

MIT License
80 stars 31 forks source link
jetson-nano python visual-studio visual-studio-code

installVSCode

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.

Install Visual Studio Code

Install with Python support

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.

Install Visual Studio Code

Installs Visual Studio Code on the Jetson, with no other extensions enabled:

$ ./installVSCode.sh

Running Visual Studio Code

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

Notes

October, 2024

V1 November, 2020

Initial Release, September, 2019