This commit is contained in:
Bjorn Einar Bjarntes 2021-12-18 14:20:56 +01:00
parent fc37292959
commit f1f8095566

3
.vscode/tasks.json vendored
View file

@ -19,7 +19,8 @@
{
"label": "Build & run program",
"type": "shell",
"command": "cl65 src/main.c -o out/program.c64 && x64sc.exe out/program.c64"
"command": "cl65 src/main.c -o out/program.c64 && x64sc.exe out/program.c64",
"problemMatcher": []
}
]
}