# Visual Studio Code

## Installing VS Code

The installation process for Windows and Linux is slightly different, therefore follow the instructions for your OS. The download link for both:

{% embed url="<https://code.visualstudio.com/download>" %}

#### Windows:

The installation process for Windows is quite simple. Just download the installer for the Windows version you have then run the installer once complete. Follow the instructions then you are ready to go to the next step.

#### Linux:

Installing VS Code for Linux in Ubuntu is also straight forward. Just double click on the downloaded package. An installer will pop up then just click on "Install" then follow those instructions.&#x20;

## Linking VS Code with WSL

To achieve this, you can follow the link below to the PX4 User Guide instructions. They explain how to set up a WSL and after a section called Visual Studio Code Integration. Follow those instructions to link your WSL with Visual Studio Code.

{% embed url="<http://docs.px4.io/main/en/dev_setup/dev_env_windows_wsl.html#windows-10-gui-support>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nxp.gitbook.io/mobilerobotics/development-tools/visual-studio-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
