lide.device/.vscode/settings.json
Matt Harlum eb8364fdbb Re-organize and tidy up
No functional changes

* Move + Rename scsi command emulation out of idetask to scsi.c
* Move ATAPI SCSI command handling out of idetask to atapi.c
* Rename idetask to iotask
2025-08-03 09:37:29 +00:00

37 lines
869 B
JSON

{
"files.associations": {
"exec.h": "c",
"stdint.h": "c",
"errors.h": "c",
"dos.h": "c",
"execbase.h": "c",
"types.h": "c",
"debug_protos.h": "c",
"alib_protos.h": "c",
"ports.h": "c",
"trackdisk.h": "c",
"expansion.h": "c",
"libraries.h": "c",
"resident.h": "c",
"alib.h": "c",
"timer.h": "c",
"stdbool.h": "c",
"iotask.h": "c",
"td64.h": "c",
"string.h": "c",
"scsidisk.h": "c",
"ndkcompat.h": "c",
"device.h": "c",
"config.h": "c",
"main.h": "c",
"ata.h": "c",
"stddef.h": "c"
},
"C_Cpp.errorSquiggles": "enabled",
"m68k.includePaths": [
"/opt/amiga/m68k-amigaos/ndk-include"
],
"[m68k]": {
"editor.rulers": []
}
}