You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
380 B
JSON
18 lines
380 B
JSON
5 years ago
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Linux",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/src"
|
||
|
],
|
||
|
"defines": [
|
||
|
],
|
||
|
"compilerPath": "/usr/bin/g++",
|
||
|
"cStandard": "c11",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "gcc-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|