Lynx/Lynx.code-workspace
2022-10-14 01:48:08 +03:00

14 lines
153 B
Plaintext

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