Userspace/Fennix Userspace.code-workspace
2022-11-07 08:34:02 +02:00

14 lines
173 B
Plaintext

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