mirror of
https://github.com/lrenaud/sane-vscode-buildenv.git
synced 2025-06-16 20:31:16 -07:00
20 lines
No EOL
448 B
JSON
20 lines
No EOL
448 B
JSON
{
|
|
"env": {
|
|
"defaultIncludePath": [
|
|
"${workspaceFolder}/src"
|
|
],
|
|
},
|
|
"configurations": [
|
|
{
|
|
"name": "Luker",
|
|
"includePath": [
|
|
"${defaultIncludePath}"
|
|
],
|
|
"intelliSenseMode": "linux-gcc-x64",
|
|
"compilerPath": "/usr/bin/g++",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |