ThaUnknown / miru

Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads.
https://miru.watch
GNU General Public License v3.0
2.48k stars 140 forks source link

[Feature] Some QOL features for development #393

Closed EnergoStalin closed 9 months ago

EnergoStalin commented 9 months ago

Adding

Can't get svelte source maps to work cause svelte-loader don't preserve relative path in sourcemaps and i cant figure out why.

This way it will load proper source map. But specifying every file by hand....

"sourceMapPathOverrides": {
    "webpack://Miru/Settings.svelte": "${workspaceFolder}/common/views/Settings/Settings.svelte"
},

Fixing

For select work on f5 add this to user keybindings.

{
  "key": "f5",
  "command": "workbench.action.debug.selectandstart",
  "when": "config.workspaceKeybindings.selectBeforeDebugging.enabled && debuggersAvailable && debugState != 'stopped'"
}
ThaUnknown commented 9 months ago

ngl I'm not interested in this x)

EnergoStalin commented 9 months ago

Leave for myself in fork then