new stuff idk
This commit is contained in:
18
.vscode/launch.json
vendored
Normal file
18
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
|
||||
{
|
||||
"type": "emulicious-debugger",
|
||||
"request": "launch",
|
||||
"name": "Launch in Emulicious",
|
||||
"program": "./bin/binx.gb",
|
||||
"host": "172.19.64.1",
|
||||
"port": 58870,
|
||||
"stopOnEntry": true
|
||||
}
|
||||
]
|
||||
}
|
||||
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -2,6 +2,7 @@
|
||||
"rgbdsz80.includePath": [
|
||||
"src/",
|
||||
"src/constants",
|
||||
"src/macros"
|
||||
"src/macros",
|
||||
"include"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user