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

14 lines
158 B
Plaintext

{
"folders": [
{
"path": "./Lynx"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"efi.h": "c"
}
}
}