# Remote Development with VS Code

**URL:** https://forum.theavr.org/t/remote-development-with-vs-code/906
**Category:** AVR Drone Software
**Created:** [September 24, 2024, 12:32am UTC](https://forum.theavr.org/t/remote-development-with-vs-code/906 "2024-09-24T00:32:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![CoastJRA](https://yyz1.discourse-cdn.com/flex007/user_avatar/forum.theavr.org/coastjra/32/352_2.png) [@CoastJRA](https://forum.theavr.org/u/CoastJRA)
#### Post date: [September 24, 2024, 12:32am UTC](https://forum.theavr.org/t/remote-development-with-vs-code/906/1 "2024-09-24T00:32:29Z")

</div>

We have followed the instructions in the Autonomy and Beyond section for remote development of the jetson with vs code. In VS Code when trying to connect to SSH host we get the prompt to choose linux, windows, or macOS (we chose linux according to the instructions). Next, it prompts us for the password and we enter it. After this we get an error that say failed to download VS Code Server (failed to fetch). We have tried a lot of troubleshooting but we can never get past this step.

---

<div class="post-metadata">

### Author: ![droneblocks](https://yyz1.discourse-cdn.com/flex007/user_avatar/forum.theavr.org/droneblocks/32/159_2.png) [@droneblocks](https://forum.theavr.org/u/droneblocks)
#### Post date: [September 24, 2024, 5:54pm UTC](https://forum.theavr.org/t/remote-development-with-vs-code/906/2 "2024-09-24T17:54:43Z")

</div>

My best guess right now is that your Jetson does not have internet access. You will need to bring it up on your wired/wireless network so that it can download the remote extensions and then you should be able to do remote dev from your desktop. Check out the section titled:

**Ensure the remote machine has internet access**

at the link below:

> **[Visual Studio Code Remote Development Troubleshooting Tips and Tricks](https://code.visualstudio.com/docs/remote/troubleshooting#_troubleshooting-hanging-or-failing-connections)**
>
> Visual Studio Code Remote Development troubleshooting tips and tricks for SSH, Containers, and the Windows Subsystem for Linux (WSL)

Details on connecting your Jetson to a wireless network (for internet connectivity) can be found here:

[https://the-avr.github.io/AVR-2022/troubleshooting/vmc/installing-vmc-software/](https://the-avr.github.io/AVR-2022/troubleshooting/vmc/installing-vmc-software/)

---

<div class="post-metadata">

### Author: ![CoastJRA](https://yyz1.discourse-cdn.com/flex007/user_avatar/forum.theavr.org/coastjra/32/352_2.png) [@CoastJRA](https://forum.theavr.org/u/CoastJRA)
#### Post date: [September 25, 2024, 11:03pm UTC](https://forum.theavr.org/t/remote-development-with-vs-code/906/3 "2024-09-25T23:03:08Z")

</div>

When we connect the Jetson to a wifi it stops broadcasting the drone’s wifi which is how we are connect to the drone via SSH.
