13 lines
278 B
JSON
13 lines
278 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/src/intf/**",
|
|
"/usr/include/pango-1.0"
|
|
],
|
|
"compilerPath": "/usr/bin/gcc"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |