mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-08-07 22:25:13 +00:00
24 lines
410 B
Plaintext
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"
|
|
}
|
|
} |