melonvpn/.vscode/c_cpp_properties.json

12 lines
237 B
JSON
Raw Normal View History

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