add vscode intellisense

This commit is contained in:
2024-02-24 19:22:57 +01:00
parent 6b03fab302
commit 208c79800e

12
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"configurations": [
{
"name": "Linux",
"defines": [],
"cStandard": "c17",
"cppStandard": "c++17",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}