Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(typescript): add "node" debug adapter #2

Merged
merged 1 commit into from
May 1, 2024
Merged

Conversation

80avin
Copy link
Owner

@80avin 80avin commented May 1, 2024

add "node" debug adapter for compatibility with .vscode/launch.json

"pwa-" prefixed debug types are deprecated in the debug adapter. ref: microsoft/vscode-js-debug#1305

Also, vscode generates launch.json files with "type": "node" by default now, and warns if we use "pwa-node"

This PR adds support for "node" dap adapter/debugtype which maps to "pwa-node". This behaviour is same as of the upstream debug adapter's supporting extension

add "node" debug adapter for compatibility with .vscode/launch.json
@80avin 80avin merged commit 67745cb into main May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant