Fixed crash bug, added Left- and Top Pad options

This commit is contained in:
Krister Jansson
2018-11-22 23:34:47 +01:00
parent aef3fdc8bc
commit 44a6e23684
3 changed files with 77 additions and 26 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"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"
}
}
}