mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-12 19:49:05 +00:00
17 lines
602 B
JSON
17 lines
602 B
JSON
{
|
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "emulicious-debugger",
|
|
"request": "launch",
|
|
"name": "Launch in Emulicious",
|
|
"program": "${workspaceFolder}/obj/snake.gb",
|
|
"port": 58870,
|
|
"stopOnEntry": true,
|
|
"preLaunchTask": "build"
|
|
}
|
|
]
|
|
} |