-
Notifications
You must be signed in to change notification settings - Fork 105
Updated latest version of the 0.16 spec #263
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
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. 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 Report
@@ 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
Continue to review full report at Codecov.
|
sample/SampleServer/Program.cs
Outdated
.WithHandler<SemanticTokens>() | ||
.WithHandler<SemanticTokensHandler>() | ||
// Linking here because the spec changed but vscode is behind | ||
.WithLink(TextDocumentNames.SemanticTokensFull, "textDocument/semanticTokens") |
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.
@TylerLeonhardt this lets us fake out the vscode client for now, until it's updated to line up with the spec.
…owever watch for allocations
yay! |
No description provided.