You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
F4KXL_DStarGateway/.vscode/c_cpp_properties.json

25 lines
821 B

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/BaseCommon/",
"${workspaceFolder}/APRS/",
"${workspaceFolder}/Common/",
"${workspaceFolder}/DStarBase/",
"${workspaceFolder}/IRCDDB/",
"${workspaceFolder}/VersionInfo/",
"${workspaceFolder}/BaseCommon/",
"${workspaceFolder}/BaseCommon"
],
"defines": [],
"compilerPath": "/bin/g++",
"cStandard": "gnu17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}

Powered by TurnKey Linux.