Files
Assembleur/.vscode/c_cpp_properties.json
2024-10-22 16:42:28 +02:00

13 lines
217 B
JSON

{
"configurations": [
{
"name": "Blitz",
"cppStandard": "c++17",
"includePath": [
"include"
],
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}