-
Notifications
You must be signed in to change notification settings - Fork 41
Closed as not planned
Description
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?
Metadata
Metadata
Assignees
Labels
No labels