bmxconverter/.vscode/settings.json

17 lines
405 B
JSON
Raw Normal View History

2023-11-17 12:30:24 -08:00
{
2023-12-01 15:46:43 -08:00
"C_Cpp.default.compileCommands": "/home/catmeow/Documents/MyProjects/X16/graphicsconverter/builddir/compile_commands.json",
2023-11-17 12:30:24 -08:00
"mesonbuild.configureOnOpen": true,
"files.associations": {
"cstdint": "cpp",
"iosfwd": "cpp",
"*.ipp": "cpp",
"ios": "cpp",
"chrono": "cpp",
"random": "cpp",
"limits": "cpp",
"semaphore": "cpp",
"valarray": "cpp",
"ratio": "cpp",
"algorithm": "cpp"
2023-11-17 12:30:24 -08:00
}
}