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

WIP - Making DAP available in the adapter #8

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arnaupv
Copy link

@arnaupv arnaupv commented Jun 15, 2023

The following PR intends to provide the feature requested in the issue: #7
Currently it's just WIP.

type = "nlua",
request = "attach",
name = "Neotest Debugger",
host = "127.0.0.1",
Copy link
Author

@arnaupv arnaupv Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both, host and port should be part of the configuration instead of being hardcoded. Ideally, they should be provided by the following dependency: one-small-step-for-vimkind

@arnaupv
Copy link
Author

arnaupv commented Jun 15, 2023

So far that's the result:
image

This occurs after starting the Adapter Lua Server running:
lua require("osv").launch({ port = 8086 })

That's recommended in the LazyVim configuration (link)

Currently investigating which can be the cause of the issue in the one-small-step-for-vimkind dap adapter.

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