1
0
8086/.vscode/settings.json

13 lines
274 B
JSON

{
"files.associations": {
"stdlib.h": "c",
"stdio.h": "c",
"os.h": "c",
"fcntl.h": "c",
"io.h": "c",
"errno.h": "c",
"stdbool.h": "c",
"sim8086.h": "c"
},
"liveServer.settings.root": "./build/web"
}