From 2af915057a59e154c2850f3047cfdf457da0a554 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 11 May 2024 19:44:43 +0200 Subject: [PATCH] fix intellisense --- .vscode/c_cpp_properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 730bdb6..db7271b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -3,7 +3,8 @@ { "name": "Pivot", "cppStandard": "c++20", - "includePath": ["include"] + "includePath": ["include"], + "compileCommands": "${workspaceFolder}/.vscode/compile_commands.json" } ], "version": 4