Skip to content

Fix running adapter in external mode #120

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DanTup
Copy link

@DanTup DanTup commented Apr 16, 2025

Without these changes, the debug adapter fails to start in "external" mode. It seems to be because it never gets compiled - my guess is that at some point the compilation was changed (things go into dist/ now, but it looks in out/ for the DA) but it was overlooked.

This adds a new command to build the adapter into dist/debugAdapter.js, adds it to the main build command, and updates the definition in package.json.

I don't know if anything else needs doing, but this seems to solve the problem in my (admittedly basic) testing.

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

Successfully merging this pull request may close these issues.

1 participant