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

fix(extras.lang.typescript): support node debug type along with pwa-node #2983

Merged
merged 3 commits into from
May 15, 2024

Conversation

80avin
Copy link
Contributor

@80avin 80avin commented Apr 14, 2024

"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
@folke folke merged commit d36e3a5 into LazyVim:main May 15, 2024
1 check passed
@folke
Copy link
Collaborator

folke commented May 15, 2024

Thanks!

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.

None yet

2 participants