mirror of
https://github.com/LIV2/lide.device.git
synced 2025-12-06 00:32:45 +00:00
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
37 lines
869 B
JSON
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": []
|
|
}
|
|
} |