Fennix/Fennix.code-workspace
2023-03-16 17:21:21 +02:00

14 lines
174 B
Plaintext

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