Fennix/Fennix.code-workspace
2022-09-29 02:07:21 +03:00

13 lines
156 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"ostream": "cpp"
}
}
}