feat: Implemented launching and downloading of roms
This is just an initial implementation lots of kings to iron out
This commit is contained in:
parent
ef08fa6114
commit
f15bf9a1e0
117 changed files with 37776 additions and 1073 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
|
@ -16,7 +16,7 @@
|
|||
"internalConsoleOptions": "neverOpen",
|
||||
"request": "attach",
|
||||
"name": "Attach Bun",
|
||||
"url": "ws://127.0.0.1:9229/7lt63qegtr8",
|
||||
"url": "ws://127.0.0.1:9229/54esztvxlfe",
|
||||
"localRoot": "${workspaceFolder}",
|
||||
"stopOnEntry": false,
|
||||
}
|
||||
|
|
@ -24,7 +24,10 @@
|
|||
"compounds": [
|
||||
{
|
||||
"name": "Attach Debug App",
|
||||
"configurations": ["Attach Bun", "Attach to Edge"],
|
||||
"configurations": [
|
||||
"Attach Bun",
|
||||
"Attach to Edge"
|
||||
],
|
||||
"stopAll": true,
|
||||
"preLaunchTask": "bun: dev"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue