fix intellisense
All checks were successful
Linux arm64 / Build (push) Successful in 2m29s

This commit is contained in:
2024-05-11 19:44:43 +02:00
parent 2975006972
commit 2af915057a

View File

@@ -3,7 +3,8 @@
{ {
"name": "Pivot", "name": "Pivot",
"cppStandard": "c++20", "cppStandard": "c++20",
"includePath": ["include"] "includePath": ["include"],
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"
} }
], ],
"version": 4 "version": 4