mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [],
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "clang-x64",
|
|
"configurationProvider": "vector-of-bool.cmake-tools",
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|