-
Notifications
You must be signed in to change notification settings - Fork 234
Split and clean up LanguageServiceTests.cs
#1655
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
Conversation
LanguageServiceTests.cs
LanguageServiceTests.cs
This was broken because in an ancient rewrite, it wasn't caught that this test expected the workspace path to be set to the "References" folder. Inspect the test's source at commit 449cc21 to confirm.
… tests This had been erroneously removed in commit 32451c0 leading to dead code, but were able to be resurrected without issue.
4e8441f
to
e72a796
Compare
@SeeminglyScience @rjmholt Please look at that last commit carefully: I've resurrected really old code to support aliases when finding references, and re-enabled the corresponding test. |
d49d8f4
to
e72a796
Compare
I've actually removed that from this PR and have made it a new PR #1656 after cleaning it up. |
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.
LGTM
Thanks @daxian-dbw! |
Since it now covers the symbols service and completions handler separately. Resolves #1445.