Konubinix' opinionated web of thoughts

Pwa-Node vs Node Type

Fleeting

We have pwa-node for historical reasons: the current js-debug used to be called the “pwa debugger” or something like that due to additional features it added to be able to debug PWAs. It then replaced the built-in debugger and took over prefix-free launch types (node, chrome, etc.). However, we can’t remove the old configurations without breaking users who have them in their configs.

Maybe VS Code should support “hidden” launch types where the type doesn’t show up as a completion suggestion in the package.json, but is valid.

https://github.com/microsoft/vscode/issues/151910

Notes pointant ici