blob: 6e3e2bcd962e00a7eb1fdd5ebdfbcdef541b03b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"configurations": [
{
"name": "Linux (Project 2)",
"includePath": [
"${workspaceFolder}/P2/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++14",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}
|