Files
Sunscreen/.vscode/settings.json
2022-01-13 12:55:31 -08:00

13 lines
291 B
JSON

{
"files.associations": {
"iostream": "cpp",
"__locale": "cpp",
"__string": "cpp",
"regex": "cpp",
"string": "cpp",
"string_view": "cpp",
"span": "cpp",
"utility": "cpp"
},
"debug.allowBreakpointsEverywhere": true
}