Moved vscode workspace file

This commit is contained in:
Alex
2022-11-14 07:42:45 +02:00
parent 999d999198
commit 2997ca4e4f
4 changed files with 63 additions and 0 deletions

13
Lynx.code-workspace Normal file
View File

@ -0,0 +1,13 @@
{
"folders": [
{
"path": "./Lynx"
}
],
"settings": {
"debug.allowBreakpointsEverywhere": true,
"files.associations": {
"efi.h": "c"
}
}
}