Visual studio support: Difference between revisions

From Rsewiki
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Install ==
== Install ==


=== Visual Studio install ===
=== Visual Studio Code install ===


Use your DTU account to get a free version of Visual Studio Code.
Use your DTU account to get a free version of Visual Studio Code.
Line 22: Line 22:
Some extensions are needed.
Some extensions are needed.


In extensions install C++
In extensions, install C++


[[File:MS_Visual_Studio_Extension_1.png | 500px]]
[[File:MS_Visual_Studio_Extension_1.png | 500px]]
Line 28: Line 28:
== PlatformIO ==
== PlatformIO ==


Install the PlatformIO extension
Install the PlatformIO extension.


[[File:MS_Visual_Studio_Extension_2.png | 500px]]
[[File:MS_Visual_Studio_Extension_2.png | 500px]]


=== Linux ===


== Next is fetching the Basebot code ==
The Python package python3-venv need to be installed.
 
sudo apt install python3-venv
 
Otherwise the installation stops and complains about no working Python.

Latest revision as of 10:31, 31 August 2026

Back to Basebot

Install

Visual Studio Code 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.