mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-26 01:32:52 +00:00
fix: fav and bookmark icon not updating for local sync fix: cards not showing local progress fix: animated anilist PFPs not working fix: menubar being selectable fix: offline banner moving content outside of screen fix: local sync entry deletion being problematic
28 lines
No EOL
498 B
JSON
28 lines
No EOL
498 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
|
|
}
|
|
}
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Attach",
|
|
"configurations": [
|
|
"Launch Chromium"
|
|
],
|
|
"presentation": {
|
|
"order": 1
|
|
}
|
|
}
|
|
]
|
|
} |