Various vs code changes

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

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

@ -33,7 +33,7 @@
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/DGWRemoteControl/dgwremotecontrol", "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, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",
"environment": [], "environment": [],

13
.vscode/tasks.json vendored

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

Loading…
Cancel
Save

Powered by TurnKey Linux.