mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-12 19:49:05 +00:00
20 lines
286 B
JSON
20 lines
286 B
JSON
{
|
|
"files.associations": {
|
|
"stdint.h": "c",
|
|
"gb.h": "c",
|
|
"version.h": "c"
|
|
},
|
|
"actionButtons": {
|
|
"commands": [
|
|
{
|
|
"name": "Clean",
|
|
"command": "make clean",
|
|
},
|
|
{
|
|
"name": "Build",
|
|
"command": "make",
|
|
}
|
|
]
|
|
}
|
|
}
|