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

Change of entrypoint when installed using Mason #57

Open
ungrim97 opened this issue Sep 11, 2023 · 2 comments
Open

Change of entrypoint when installed using Mason #57

ungrim97 opened this issue Sep 11, 2023 · 2 comments

Comments

@ungrim97
Copy link

Newer versions of the vscode-js-debug seem to have alternate builds.

Mason uses the dapDebugServer build rather than the older vsDebugServer. This means that for versions after 1.76.1 of vscode-js-debug there is no '/out/src/vsDebugServer.js', instead the path is Entrypoint path is now js-debug/src/dapDebugServer.js

I suspect the easiest thing will be to update to allow a configurable entry point relative to the debugger_path.

For now those using mason-dap-nvim to install vscode-js-debug can use version 1.76.1 instead of the latest 1.82

@ungrim97
Copy link
Author

Related to #31

@ungrim97
Copy link
Author

Looking further, I think that all of this is as a result of M$ implementing a pure js DAP version of the vscode-js-debug rather than just a VSCode specific implementation that isn't dap compliant.

I am not sure what if anything that changes things for nvim-dap-vscode-js?

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

No branches or pull requests

1 participant