blob: ff639d84c9d999b9156fccf2e11437e0241db4c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"configurations": [
{
"name": "stm32f091",
"compileCommands": "${workspaceFolder}/stm32f091/compile_commands.json"
},
{
"name": "client",
"compileCommands": "${workspaceFolder}/client/compile_commands.json"
}
],
"version": 4
}
|