2020-02-22 09:29:45 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
2020-10-06 06:51:14 +00:00
|
|
|
"${workspaceFolder}",
|
2020-06-10 14:18:19 +00:00
|
|
|
"${workspaceFolder}/**"
|
2020-02-22 09:29:45 +00:00
|
|
|
],
|
|
|
|
"defines": [],
|
2020-06-10 14:18:19 +00:00
|
|
|
"compilerPath": "/usr/bin/g++",
|
2020-02-22 09:29:45 +00:00
|
|
|
"cStandard": "c11",
|
|
|
|
"cppStandard": "c++17",
|
2020-09-26 14:49:44 +00:00
|
|
|
"intelliSenseMode": "clang-x64",
|
|
|
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
|
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
2020-02-22 09:29:45 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
2020-08-20 04:41:37 +00:00
|
|
|
}
|