{"id":17354197,"url":"https://github.com/jetsonhacksnano/installvscode","last_synced_at":"2025-06-29T18:34:21.356Z","repository":{"id":49844825,"uuid":"210756303","full_name":"JetsonHacksNano/installVSCode","owner":"JetsonHacksNano","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-21T20:01:36.000Z","size":12,"stargazers_count":99,"open_issues_count":5,"forks_count":33,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-18T20:02:58.989Z","etag":null,"topics":["jetson-nano","python","visual-studio","visual-studio-code"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JetsonHacksNano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-25T04:36:54.000Z","updated_at":"2025-05-11T10:17:00.000Z","dependencies_parsed_at":"2024-10-24T00:12:37.189Z","dependency_job_id":null,"html_url":"https://github.com/JetsonHacksNano/installVSCode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JetsonHacksNano/installVSCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetsonHacksNano%2FinstallVSCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetsonHacksNano%2FinstallVSCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetsonHacksNano%2FinstallVSCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetsonHacksNano%2FinstallVSCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JetsonHacksNano","download_url":"https://codeload.github.com/JetsonHacksNano/installVSCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JetsonHacksNano%2FinstallVSCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262647919,"owners_count":23342735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jetson-nano","python","visual-studio","visual-studio-code"],"created_at":"2024-10-15T17:19:20.405Z","updated_at":"2025-06-29T18:34:21.325Z","avatar_url":"https://github.com/JetsonHacksNano.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# installVSCode\n\nShell 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.\n\n\u003ch3\u003eInstall Visual Studio Code\u003c/h3\u003e\n\n\u003ch3\u003eInstall with Python support\u003c/h3\u003e\nTo install Visual Studio Code on the Jetson, with the Python extension enabled:\n```\n$ ./installVSCodeWithPython.sh\n```\nThis will install Visual Studio Code and the Python extension. Also, python3-pip, pylint and black will be installed to support linting and file formatting. \n\n\u003ch3\u003eInstall Visual Studio Code\u003c/h3\u003e\nInstalls Visual Studio Code on the Jetson, with no other extensions enabled:\n\n```\n$ ./installVSCode.sh\n```\n\n\u003ch3\u003eRunning Visual Studio Code\u003c/h3\u003e\nThere 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:\n\n```\n$ code\n```\n\n\n\n\n\u003ch3\u003eNotes\u003c/h3\u003e\n\n\u003ch4\u003eOctober, 2024\u003c/h4\u003e\n\u003cul\u003e\u003cli\u003eInstalls version 1.85.2\u003c/li\u003e\n\u003cli\u003e1.85.2 is the last version that works on the Jetson Nano running Ubuntu 18.04. Never versions require a newer libc, which Nano does not support\u003c/li\u003e\n\u003cli\u003eTested on Jetson Nano 4GB\u003c/li\u003e\n\u003cli\u003eL4T 32.5.7 \u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch4\u003eV1 November, 2020\u003c/h4\u003e\n\u003cul\u003e\u003cli\u003eInstalls official MS release\u003c/li\u003e\n\u003cli\u003eAdd support for installation with Python extension\u003c/li\u003e\n\u003cli\u003eTested on Jetson Nano\u003c/li\u003e\n\u003cli\u003eL4T 32.4.4 (JetPack 4.4.1)\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch4\u003eInitial Release, September, 2019\u003c/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTested on Jetson Nano\u003c/li\u003e\n\u003cli\u003eL4T 32.2.1 (JetPack 4.2.2)\u003c/li\u003e\n\u003cli\u003eCode-OSS Version: 1.32.0 (user setup)\u003c/li\u003e\n\u003cli\u003eCommit: aeaef41d51201e555735f5e8d2f38a9d0ddb9026\u003c/li\u003e\n\u003cli\u003eDate: 2019-02-20T06:32:49.577Z\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetsonhacksnano%2Finstallvscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetsonhacksnano%2Finstallvscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetsonhacksnano%2Finstallvscode/lists"}