12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/intf/**"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
}
|
|
],
|
|
"version": 4
|
|
} |