This commit is contained in:
Krister Jansson
2018-11-20 23:32:14 +01:00
parent ac91fd922e
commit 3cf17ef328
10 changed files with 406 additions and 3 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"files.associations": {
"*.s": "m68k",
"startup.h": "c",
"types.h": "c",
"dos.h": "c",
"workbench.h": "c",
"tasks.h": "c",
"lists.h": "c",
"icon.h": "c",
"icon_pragmas.h": "c",
"icon_protos.h": "c",
"icon_lib.h": "c",
"exec_protos.h": "c",
"dos_pragmas.h": "c",
"dos_protos.h": "c",
"exec.h": "c",
"exec_pragmas.h": "c",
"dirent.h": "c",
"unistd.h": "c"
},
"C_Cpp.intelliSenseEngineFallback": "Disabled"
}