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

fix:dap-python entries duplication #75

Draft
wants to merge 1 commit into
base: python-ide
Choose a base branch
from

Conversation

WillianFuks
Copy link

Each time dap-python is setup it re-inserts the configurations for debugpy again.

This leads to duplicated entries for available options to run each time a new Python file is opened on nvim/lvim.

This PR proposes only setting up dap-python again if it hasn't been loaded yet (it fixed the issue for me but I'll send as a draft so others can confirm this behavior).

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.

None yet

1 participant