-
-
Notifications
You must be signed in to change notification settings - Fork 115
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(lsp): Add test harness, update named arg code action title, fix code action trigger points, do not print LSP warnings #2134
Conversation
alex-snezhko
commented
Aug 4, 2024
- Add LSP test harness, test most major LSP functionality
- Make some improvements to LSP behavior according to expected behavior in tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty cool! Can you specify the behavior improvements in the PR title?
@ospencer updated |
Looks like you've got some line ending issues on Windows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great to get a test harness in place like this.
Other fixes look good too!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, I am wondering if we should allow for the option of a snapshotRunner
for some of these tests.
This also closes #1798
029e69b
to
07c0d3a
Compare
07c0d3a
to
b9e7b36
Compare
b6cdfe3
to
fc402ee
Compare
fc402ee
to
8a719f2
Compare
@ospencer I fixed the Windows issues |