better Intellisense on vscode

This commit is contained in:
2024-03-03 12:20:11 +01:00
parent 3d01393f02
commit 57d51a1406

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

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "Pivot",
"cppStandard": "c++17",
"includePath": ["include"]
}
],
"version": 4
}