Support custom adapter config #83
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NeonXP/nvim-dap-go#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
i want to load my custom config bellow
but the plugins only support the
goadapter typeHi @YogiPristiawan,
This project is mainly a Go extension for the nvim-dap plugin. I am not sure what is the intention with custom adapter. Which use cases are you willing to cover with this proposal?
Because I have constraints when using the defined
goadapters configurations:mainpackage is not in the root directory. Therefore, I can't use debug_test.delveinstance that runs together with Air. I run my project using Air because I need hot reload for local development, and I also need to load my.envfile.This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.