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

feat(lsp) add code lens for debugging tests #13138

Merged
merged 2 commits into from
Dec 20, 2021
Merged

feat(lsp) add code lens for debugging tests #13138

merged 2 commits into from
Dec 20, 2021

Conversation

jespertheend
Copy link
Contributor

Fixes: #13130

Existing clients still need to add support for the {inspect: true} option.
I'm not sure what the current state is of the stability of lsp. I noticed a document saying lsp was still experimental and not feature complete, but this got removed when the document was moved to https://deno.land/[email protected]/language_server/overview last week.

Either way this shouldn't break any existing IDE plugins in a significant way. The debug button will simply run the test rather than debug it.

@jespertheend
Copy link
Contributor Author

Please see denoland/vscode_deno#598 for the accompanying implementation for the vscode extension.

Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

LGTM, great contribution... thank you!

@kitsonk kitsonk merged commit 0888ba7 into denoland:main Dec 20, 2021
@jespertheend jespertheend deleted the test-debug-code-lens branch December 20, 2021 15:01
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.

lsp: add code lens for debugging tests
2 participants