mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
242 B
JSON
12 lines
242 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "RIOT",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17",
|
||
|
"compileCommands": "${workspaceFolder}/compile_commands.json"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|