Files
gb-snake/.vscode/settings.json
2023-11-17 09:59:53 +01:00

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",
}
]
}
}