2021-04-24 11:06:38 +01:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Linux",
|
|
|
|
"includePath": [
|
2021-04-29 17:29:59 +01:00
|
|
|
"${workspaceFolder}/src/intf/**",
|
|
|
|
"/usr/include/pango-1.0"
|
2021-04-24 11:06:38 +01:00
|
|
|
],
|
2021-04-29 17:29:59 +01:00
|
|
|
"compilerPath": "/usr/bin/gcc"
|
2021-04-24 11:06:38 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|