add vscode Intellisense

This commit is contained in:
2025-03-22 10:02:46 +01:00
parent 29177bc94d
commit ea8478275b

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

@@ -0,0 +1,10 @@
{
"configurations": [
{
"name": "JMinos",
"cppStandard": "c++20",
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}