From d3363ea285fe1c8e866d36df5497774d7d56cc4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niccol=C3=B2=20Betto?= <niccolo.betto@skywarder.eu>
Date: Thu, 11 Jul 2024 01:10:43 +0200
Subject: [PATCH] [VSCode] Support for Compiler Explorer extension

---
 .vscode/settings.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index ad62c2673..6cfb9e8ae 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -173,5 +173,6 @@
     "cmake.configureSettings": {
         "CMAKE_C_COMPILER_LAUNCHER": "ccache",
         "CMAKE_CXX_COMPILER_LAUNCHER": "ccache"
-    }
+    },
+    "compilerexplorer.compilationDirectory": "${workspaceFolder}/build"
 }
\ No newline at end of file
-- 
GitLab