
#3 One Settings File for Every VS Code Task in an Embedded Linux C Project
Before automating deploy and debug, I put the toolchain path, board IP, user, and GDB port into .vscode/settings.json so every task reads the same seven values from one file.
Read More →


