Userspace/Fennix Userspace.code-workspace
2022-11-07 03:37:51 +02:00

13 lines
154 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"fex.hpp": "c"
}
}
}