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

Support variable entry-point file name? #40

Closed
mikaoelitiana opened this issue Apr 5, 2023 · 2 comments
Closed

Support variable entry-point file name? #40

mikaoelitiana opened this issue Apr 5, 2023 · 2 comments

Comments

@mikaoelitiana
Copy link

The entry-point file name is hard-coded here :

return M.join_paths(debugger_path, "out/src/vsDebugServer.js")

But it may change depending on the version and installation tool used. For my case, I installed js-debug-adapter using mason and the bin path is defined here.

What do you think of making the file path out/src/vsDebugServer.js also configurable just like debugger_path so it can be changed as needed for other installation processes?

@mxsdev
Copy link
Owner

mxsdev commented Apr 5, 2023

This will be fixed as part of #38.

Sorry for the delay, I moved over the past week and that has taken up most of my time.

@mikaoelitiana
Copy link
Author

Thank you very much @mxsdev, you are doing an awesome work!!

@mikaoelitiana mikaoelitiana closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 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

No branches or pull requests

2 participants