Files
Assembleur/.vscode/c_cpp_properties.json
2024-10-23 11:13:59 +02:00

10 lines
172 B
JSON

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