1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-07 22:25:13 +00:00
Files
kickc/src/test/vs.code/kickc-test.code-workspace
2021-04-01 20:33:53 +02:00

24 lines
410 B
Plaintext

{
"folders": [
{
"path": "../kc"
},
{
"path": "../../../../tmp/first_nes"
}
],
"settings": {
"files.associations": {
"print.h": "c",
"printf.h": "c",
"c64.h": "c",
"sstream": "c",
"functional": "c",
"mega65-dma.h": "c",
"mega65.h": "c",
"mega65-f018.h": "c",
"mega65-viciv.h": "c"
},
"kickassembler.assemblerJar": "/Applications/KickAssembler/KickAss.jar"
}
}