You've already forked MP1R-Rando-CodeEdits
mirror of
https://github.com/CraftyBoss/MP1R-Rando-CodeEdits.git
synced 2026-04-01 08:50:26 -07:00
20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"liveshare.sharedTerminalWidth": 300,
|
|
"files.associations": {
|
|
"type_traits": "cpp",
|
|
"*.tcc": "cpp",
|
|
"functional": "cpp",
|
|
"optional": "cpp",
|
|
"istream": "cpp",
|
|
"ostream": "cpp",
|
|
"ratio": "cpp",
|
|
"system_error": "cpp",
|
|
"array": "cpp",
|
|
"tuple": "cpp",
|
|
"utility": "cpp",
|
|
"atomic": "cpp",
|
|
"cstdarg": "cpp"
|
|
},
|
|
"cmake.configureOnOpen": false,
|
|
"C_Cpp.errorSquiggles": "Enabled"
|
|
} |