mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 08:17:58 +00:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./Userspace"
|
|
}
|
|
],
|
|
"settings": {
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"files.associations": {
|
|
"fex.hpp": "c",
|
|
"types.h": "c"
|
|
}
|
|
}
|
|
}
|