mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/cmake-demo.git
synced 2025-06-10 02:25:59 +00:00
17 lines
540 B
JSON
17 lines
540 B
JSON
{
|
|
"version": 4,
|
|
"configurations": [
|
|
{
|
|
/**
|
|
* ms-vscode.cmake-tools plugin should be installed.
|
|
*
|
|
* It provides data for C/C++ plugin,
|
|
* such as include paths, browse paths, defines, etc.
|
|
*/
|
|
"name": "STM32",
|
|
"compileCommands": "${config:cmake.buildDirectory}/compile_commands.json",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"intelliSenseMode": "${default}"
|
|
}
|
|
]
|
|
} |