bmxconverter/.vscode/settings.json

10 lines
208 B
JSON
Raw Normal View History

2023-11-17 12:30:24 -08:00
{
"C_Cpp.default.compileCommands": "builddir/compile_commands.json",
"mesonbuild.configureOnOpen": true,
"files.associations": {
"cstdint": "cpp",
"iosfwd": "cpp",
"*.ipp": "cpp",
"ios": "cpp"
}
}