From 6f7e3d37edb86100a4c11c2053d7443f011a28a6 Mon Sep 17 00:00:00 2001 From: Federico Lolli <federico.lolli@skywarder.eu> Date: Wed, 2 Oct 2024 15:17:07 +0200 Subject: [PATCH] [vscode] Add cspell words to workspace dictionary --- .vscode/settings.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4d8d0a871..fc1f6696b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -122,6 +122,7 @@ "Aeroutils", "AIRBRAKES", "Baro", + "Betto", "Boardcore", "CALIB", "Canbus", @@ -132,6 +133,7 @@ "compid", "Conterio", "CONTIN", + "Corigliano", "CPHA", "cppcheck", "cwise", @@ -147,15 +149,22 @@ "EXTI", "Gpio", "GPIOF", + "GPIOG", "KALM", "kalman", + "Leds", "Lolli", "magcal", + "Mandelli", "mavlink", "miosix", "MPXH", + "Musso", + "Niccolò", "Nidasio", "pitot", + "Qemergency", + "Riccardo", "RSSI", "SATS", "setb", @@ -174,6 +183,11 @@ "cmake.configureSettings": { "CMAKE_C_COMPILER_LAUNCHER": "ccache", "CMAKE_CXX_COMPILER_LAUNCHER": "ccache" +<<<<<<< HEAD }, "compilerexplorer.compilationDirectory": "${workspaceFolder}/build" -} \ No newline at end of file +} +======= + } +} +>>>>>>> 170759b0 ([vscode] Add cspell words to workspace dictionary) -- GitLab