Various vs code changes

pull/32/head
Geoffrey Merck 4 years ago
parent b70b15e7fe
commit a0ff2ba261

@ -3,7 +3,15 @@
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
"${workspaceFolder}/**",
"${workspaceFolder}/BaseCommon/",
"${workspaceFolder}/APRS/",
"${workspaceFolder}/Common/",
"${workspaceFolder}/DStarBase/",
"${workspaceFolder}/IRCDDB/",
"${workspaceFolder}/VersionInfo/",
"${workspaceFolder}/BaseCommon/",
"${workspaceFolder}/BaseCommon"
],
"defines": [],
"compilerPath": "/bin/g++",

@ -33,7 +33,7 @@
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/DGWRemoteControl/dgwremotecontrol",
"args": ["--name", "blabla", "F4FXL B", "linkk", "never", "DCS208_C"],
"args": ["--name", "city_center", "F4FXL B", "link", "never", "DCS208_C"],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],

13
.vscode/tasks.json vendored

@ -10,9 +10,13 @@
"args": [
"-j3",
"ENABLE_DEBUG=1",
"USE_GPSD=1"
"USE_GPSD=1",
"all"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@ -38,10 +42,7 @@
"USE_GPSD=1",
"DGWRemoteControl/dgwremotecontrol"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
},
{

Loading…
Cancel
Save

Powered by TurnKey Linux.