Allow only user specified dap_configurations as options #103
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#103
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 there,
First off, thanks for the library. It's been really helpful as a developer who enjoys using vim.
Chiming in today to say that I find all of the
common_debug_configsa bit cumbersome. Not only because they all show up as options when debugging, but also because they appear higher in the list than user specified configurations.Are you open to the idea of hiding the common options? Something to the effect of a configuration value
hide_default_configsor something, or evenshow_common_configswhich defaults to true? I'm happy to take a crack at it if it's something you think could be useful.Current:

Desired:

you can override it
I suppose if I use a
launch.jsonfile, it's not exactly straightforward how to patch my options into the prompt.For example, in my
nvim-dap-goconfiguration I have the following:Where the default options are still inserted in.
Have a look at my config, it has no such issue
dennypenta/home@00ffcf5bf4/.config/nvim/lua/plugins/dap.lua (L209)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.