From a0ff2ba261c51409a81226eb3ae21bc75ecbb9c5 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 5 Feb 2022 08:33:15 +0100 Subject: [PATCH] Various vs code changes --- .vscode/c_cpp_properties.json | 10 +++++++++- .vscode/launch.json | 2 +- .vscode/tasks.json | 13 +++++++------ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a8a2c81..f243b89 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -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++", diff --git a/.vscode/launch.json b/.vscode/launch.json index 592d6ba..5cb32b0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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": [], diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 7b2b113..46b9b3b 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": [] }, {