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

Migrate config towards selecting server script path, rather than root directory #34

Open
mxsdev opened this issue Mar 3, 2023 · 0 comments

Comments

@mxsdev
Copy link
Owner

mxsdev commented Mar 3, 2023

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.

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

1 participant