# Installing Visual Studio Code

{% tabs %}
{% tab title="Linux" %}
The easiest way to install is by opening the .deb package via Software Center GUI. If your Linux distribution is Debian based (Debian/Ubuntu) [download your Visual Studio Code .deb Package](https://code.visualstudio.com/Download) and install it.&#x20;

If you prefer to install using your terminal, type the command`sudo apt-get install code`

![](https://1246655713-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_mPP3a_E_A7NbRMq7Q%2F-M29MrqASXTX1dpjaZJZ%2F-M29NH4hDzoj0SUkFhEq%2Fimage.png?alt=media\&token=bd2626a1-3171-43f1-8471-bbecba8da059)

For more information access <https://code.visualstudio.com/docs/setup/linux>
{% endtab %}

{% tab title="Windows" %}
[Download the Visual Studio Code installer](https://code.visualstudio.com/Download) and run the installer. If you download a Zip archive, extract it and run Code from there.&#x20;

For more information access <https://code.visualstudio.com/docs/setup/windows>
{% endtab %}

{% tab title="Mac OS X" %}
[Download Visual Studio Code installer](https://code.visualstudio.com/Download) and double-click on the downloaded file to open its contents. Drag Visual Studio Code.app to the Applications folder. To make it available in the Launchpad and to add Visual Studio Code to your Dock,  right-click the icon and choose Options >> Keep in Doc.

{% hint style="info" %}
You can also use [brew](https://brew.sh/) to install it by typing the following command:&#x20;

```
brew cask install visual-studio-code
```

{% endhint %}

For more information access <https://code.visualstudio.com/docs/setup/mac>
{% endtab %}
{% endtabs %}


---

# 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://learn.totalcross.com/documentation/miscelaneous/installing-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.
