From 6a0850d0f3428192efd6b871b965cf3e04182dce Mon Sep 17 00:00:00 2001 From: Alberto Nidasio <alberto.nidasio@skywarder.eu> Date: Fri, 23 Sep 2022 18:15:18 +0200 Subject: [PATCH] [vscode] Updated cpp configuration --- .vscode/c_cpp_properties.json | 7 +++---- .vscode/settings.json | 2 ++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 49b40052..52eb5831 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,14 +3,13 @@ { "name": "Linux", "includePath": [ - "${workspaceFolder}/**", - "/Users/alberton/Qt/5.15.2/**" + "${workspaceFolder}/src/", + "~/Qt/5.15.2/**" ], "defines": [], - "compilerPath": "/usr/bin/clang++", "cStandard": "gnu17", "cppStandard": "gnu++17", - "intelliSenseMode": "clang-x64" + "intelliSenseMode": "gcc-x64" } ], "version": 4 diff --git a/.vscode/settings.json b/.vscode/settings.json index 312c8ddb..614e1741 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -118,9 +118,11 @@ "editor.defaultFormatter": "redhat.vscode-xml" }, "cSpell.words": [ + "entrypoints", "Mavlink", "Plottables", "qobject", + "qresource", "replot" ] } \ No newline at end of file -- GitLab