Skip to content

Fix running adapter in external mode#120

Open
DanTup wants to merge 1 commit intomicrosoft:mainfrom
DanTup:fix-external-adapter
Open

Fix running adapter in external mode#120
DanTup wants to merge 1 commit intomicrosoft:mainfrom
DanTup:fix-external-adapter

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