Visual studio support

From Rsewiki
Revision as of 19:11, 10 September 2025 by Jca (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back to Basebot

Install

Visual Studio install

Use your DTU account to get a free version of Visual Studio Code.

  • Select "MS Visual Studio Code" and press the "download" button.

  • You can now download the software for your platform.

Install and start the app.

Visual Studio configure

Some extensions are needed.

In extensions, install C++

PlatformIO

Install the PlatformIO extension.

Linux

The Python package python3-venv need to be installed.

sudo apt install python3-venv

Otherwise the installation stops and complains about no working Python.