-
Notifications
You must be signed in to change notification settings - Fork 416
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
Upgrade to the latest lsp library #1815
Conversation
fbef444
to
697e13f
Compare
* Added interop support with existing handler endpoints * using the namespace `o#/` * eg `o#/projects` or `o#/gotofile` * This allows consumers to transition to LSP and still use features that exist outside of the lsp spec * Events are emitted using the same prefix * Fix bug with default logging level
697e13f
to
26e08ce
Compare
…er to start testing
src/OmniSharp.Shared/Utilities/PhysicalFileProviderExtensions.PollingFileChangeToken.cs
Outdated
Show resolved
Hide resolved
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.
Looks awesome! Nice to finally get some tests so we don't break this all the time.
ooh I like the CI improvements |
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.
looks good, I jusyt left some small comments.
however, the formatting changes make it difficult to see what is really new and what is not 😛
I will attempt to correct some of the formatting, I have muscle memory and use |
1bdfe30
to
f892584
Compare
I've updated some of the formatting changes. |
@david-driscoll it might be good to extract the build improvements out of this PR into a separate one - we'd benefit from them immediately, while it might still take a while to get this full LSP upgrade featureset to be merged, what do you think? if not I'd say we should merge this already unless you are waiting for feedback from PS team |
No feedback needed from the PS team, I just wanted to make sure you guys had seen it. Unless there are other changes this one is good to go in my opinion. |
Oh... I noticed the PR comment, that was from a while ago. The powershell team has been using the latest version for a while now! |
ok perfect good to go then 👏 |
Yay! |
o#/
o#/projects
oro#/gotofile