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: show basic diagnostics via LSP #283

Closed
wants to merge 1 commit into from

Conversation

keroxp
Copy link
Contributor

@keroxp keroxp commented Mar 8, 2024

Implemented basic diagnostic informations for test codes via VSCode Language Server.
https://code.visualstudio.com/api/language-extensions/language-server-extension-guide

Now, warnings will be shown on undesirable test cases:
image

Related to #259, duplicated desc/test blocks in same hierarchy can't be ran now. This feature aims to notice users undesirable naming cases. There're 3 diagnostic informations:

  • Duplicated name blocks in same hierarchy
  • Empty name block
  • .each blocks that has no placeholder

I'm novice of LSP. Would someone give me an advise?

@keroxp
Copy link
Contributor Author

keroxp commented Mar 8, 2024

I close PR as they will be resolved when #253 is merged.

@keroxp keroxp closed this Mar 8, 2024
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