21 lines
586 B
JSON
Executable File
21 lines
586 B
JSON
Executable File
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${default}",
|
|
"/usr/include/",
|
|
"/usr/include/**",
|
|
"/usr/lib/x86_64-linux-gnu/",
|
|
"/usr/lib/x86_64-linux-gnu/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/g++",
|
|
"intelliSenseMode": "linux-clang-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"cppStandard": "c++17",
|
|
"cStandard": "c17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |