-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Add a debug adapter on start #498
Comments
You can call |
That's fair but I'd like the adapter here Lines 386 to 398 in 8389adb
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we add a debug adapter for DAP that gets added on initialization? Currently I run GoDebug and then
require("neotest").run.run({ strategy = "dap" })
to have a debug adapter for Go available. Otherwise if I run neotest at first the debug adapter is not available for go.The text was updated successfully, but these errors were encountered: