21 lines
No EOL
489 B
JSON
21 lines
No EOL
489 B
JSON
{
|
|
"env": {
|
|
"defaultIncludePath": [
|
|
"${workspaceFolder}/src",
|
|
"${workspaceFolder}/include"
|
|
]
|
|
},
|
|
"configurations": [
|
|
{
|
|
"name": "Luker",
|
|
"includePath": [
|
|
"${defaultIncludePath}"
|
|
],
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |