Templates/README.md

24 lines
1.0 KiB
Markdown

# Projects Templates
## Description
This is a compilation of many differents project templates, mainly configured for vscode.
Every template has a default program so you can start by there after configuring them.
-----------------------------------------------------------------------------------------
## Setup
### Per-project setup
Each project template has a README to explain how to configure it on Debian 13 and how to use it.
Other distributions than Debian should work but configuration might not be applicable.
### Global setup
Many of the templates - if not all - are using the task runner in vscode, so it's highly recommended to setup a shortcut to open the task runner.
You may also want to install the extensions in vscode.
For the moment you should install, at least, the **C/C++** default extension (not the extension pack) by *microsoft* to get IntelliSense highlighting and code browsing.
I use the **Teleplot** extension by *alexnesnes* too. It's useful to communicate over serial port to external devices like RPI Pico or ESP32 boards.