Skip to content

Conversation

@david-driscoll
Copy link
Member

No description provided.

Copy link
Member

@bjorkstromm bjorkstromm left a comment

Choose a reason for hiding this comment

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

Looks good. One question regarding rename or Trace -> TraceValue

…c methods together, so that if you need to support cases where the method has changed, you can now.
@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #263 into master will increase coverage by 0.34%.
The diff coverage is 81.30%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #263 +/- ## ========================================== + Coverage 60.58% 60.93% +0.34%  ========================================== Files 350 350 Lines 10240 10328 +88 Branches 1158 1167 +9 ========================================== + Hits 6204 6293 +89  - Misses 3665 3668 +3  + Partials 371 367 -4 
Impacted Files Coverage Δ
src/JsonRpc/CompositeHandlersManager.cs 64.70% <0.00%> (-4.05%) ⬇️
src/Protocol/AbstractHandlers.cs 0.00% <0.00%> (ø)
.../Document/Proposals/ISemanticTokensDeltaHandler.cs 0.00% <ø> (ø)
src/Protocol/Models/SignatureInformation.cs 50.00% <ø> (ø)
...col/Server/Capabilities/TextDocumentSyncOptions.cs 0.00% <0.00%> (ø)
src/JsonRpc/HandlerCollection.cs 78.83% <62.06%> (-3.15%) ⬇️
src/Shared/SharedHandlerCollection.cs 68.80% <85.71%> (+3.21%) ⬆️
src/Client/RegistrationManager.cs 61.22% <88.88%> (+5.78%) ⬆️
src/Server/LanguageServer.cs 78.54% <90.00%> (+1.10%) ⬆️
src/Client/LanguageClient.cs 81.97% <100.00%> (+0.07%) ⬆️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9407981...0134190. Read the comment docs.

.WithHandler<SemanticTokens>()
.WithHandler<SemanticTokensHandler>()
// Linking here because the spec changed but vscode is behind
.WithLink(TextDocumentNames.SemanticTokensFull, "textDocument/semanticTokens")
Copy link
Member Author

Choose a reason for hiding this comment

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

@TylerLeonhardt this lets us fake out the vscode client for now, until it's updated to line up with the spec.

@david-driscoll david-driscoll merged commit f93f973 into master Jul 24, 2020
@TylerLeonhardt
Copy link
Collaborator

yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants