Fennix/Fennix Userspace.code-workspace
2022-11-14 07:42:45 +02:00

15 lines
184 B
Plaintext

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