aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ff89d56..4cbb933 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -18,5 +18,6 @@
},
"cmake.buildBeforeRun": true,
// This may need to be arm-none-eabi-gdb depending on your system
- "cortex-debug.gdbPath": "gdb-multiarch"
+ "cortex-debug.gdbPath": "gdb-multiarch",
+ "C_Cpp.errorSquiggles": "Disabled"
} \ No newline at end of file