melonvpn/.vscode/c_cpp_properties.json
2021-04-24 11:06:38 +01:00

12 lines
237 B
JSON

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