From d4050a668607dc657d24ce32f2d0592a9211c06c Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Fri, 14 Feb 2025 15:57:29 +0100 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 425223485..8cc67f78d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -78,7 +78,8 @@ "__debug": "cpp", "stack": "cpp", "format": "cpp", - "future": "cpp" + "future": "cpp", + "*.inc": "cpp" }, "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" } \ No newline at end of file