mirror of
https://github.com/mars3142/gb-snake.git
synced 2026-03-12 19:49:05 +00:00
some build tools optimization
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
7
.vscode/tasks.json
vendored
7
.vscode/tasks.json
vendored
@@ -19,6 +19,13 @@
|
||||
"showReuseMessage": true,
|
||||
"clear": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "run Emulicious mit snake.gb",
|
||||
"type": "shell",
|
||||
"command": "java -jar ~/SDK/Emulicious/Emulicious.jar dist/snake.gb",
|
||||
"group": "test",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user