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
The vscode-js-debug recently switched folder structure from building to out to building to dist.
This breaks the codebase since I (in retrospect, rather stupidly) hard-coded the out/src/vsDebugServer.js path. Probably, the configuration for debugger_path should be to the script rather than the parent folder.
I don't wanna break existing installations, so probably it's best to add a config like debugger_script_path and try to phase out the old debugger_path.
The text was updated successfully, but these errors were encountered:
The
vscode-js-debug
recently switched folder structure from building toout
to building todist
.This breaks the codebase since I (in retrospect, rather stupidly) hard-coded the
out/src/vsDebugServer.js
path. Probably, the configuration fordebugger_path
should be to the script rather than the parent folder.I don't wanna break existing installations, so probably it's best to add a config like
debugger_script_path
and try to phase out the olddebugger_path
.The text was updated successfully, but these errors were encountered: