You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The entry-point file name is hard-coded here :
nvim-dap-vscode-js/lua/dap-vscode-js/utils.lua
Line 53 in 03bd296
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?The text was updated successfully, but these errors were encountered: