mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-19 22:12:16 +00:00
39 lines
No EOL
745 B
JSON
39 lines
No EOL
745 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Chromium",
|
|
"port": 8412,
|
|
"request": "launch",
|
|
"type": "chrome",
|
|
"url": "http://localhost:7344/",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"timeout": 60000,
|
|
"presentation": {
|
|
"hidden": true
|
|
}
|
|
},
|
|
{
|
|
"name": "Debug Renderer Process",
|
|
"port": 9222,
|
|
"request": "attach",
|
|
"type": "chrome",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"timeout": 60000,
|
|
"presentation": {
|
|
"hidden": false
|
|
}
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Attach",
|
|
"configurations": [
|
|
"Launch Chromium"
|
|
],
|
|
"presentation": {
|
|
"order": 1
|
|
}
|
|
}
|
|
]
|
|
} |