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?
The entry-point file name is hard-coded here : https://github.com/mxsdev/nvim-dap-vscode-js/blob/03bd29672d7fab5e515fc8469b7d07cc5994bbf6/lua/dap-vscode-js/utils.lua#L53
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 likedebugger_path
so it can be changed as needed for other installation processes?