melonvpn/.vscode/c_cpp_properties.json
2021-04-29 17:29:59 +01:00

13 lines
278 B
JSON

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