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

Add :DapNew command start new session #1243

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Add :DapNew command start new session #1243

merged 1 commit into from
Jun 1, 2024

Conversation

mfussenegger
Copy link
Owner

If no args: calls dap.continue({ new = true })
If args: calls dap.run for each configuration where name=arg

E.g.: :DapNew celery django

If config names contain spaces they need to be escaped

If no args: calls dap.continue({ new = true })
If args: calls dap.run for each configuration where name=arg

E.g.: `:DapNew celery django`

If config names contain spaces they need to be escaped
@mfussenegger mfussenegger merged commit c187677 into master Jun 1, 2024
16 checks passed
@mfussenegger mfussenegger deleted the dapnew branch June 1, 2024 08:31
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