incl. debug configuration for vs code

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2023-11-20 22:52:29 +01:00
parent 7c440e4523
commit 5143e55753
6 changed files with 55 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
{
"files.associations": {
"stdint.h": "c"
"stdint.h": "c",
"splash_screen.h": "c",
"gb.h": "c"
}
}