Skip to content

Fixed DocumentTextSync converter / Added semantic token refresh notification #344

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

Merged
merged 3 commits into from
Sep 1, 2020

Conversation

david-driscoll
Copy link
Member

No description provided.

@david-driscoll david-driscoll added the chore Just keeping things neat and tidy label Sep 1, 2020
@github-actions github-actions bot added this to the v0.18.0 milestone Sep 1, 2020
@@ -334,48 +334,48 @@ public RequestCapability(Guid id, Func<TParams, TCapability, CancellationToken,
void ICapability<TCapability>.SetCapability(TCapability capability) => _capability = capability;
}

public sealed class PartialResult<TItem, TResponse, TCapability, TRegistrationOptions> :
IJsonRpcRequestHandler<TItem, TResponse>,
public sealed class PartialResult<TParams, TResponse, TItem, TCapability, TRegistrationOptions> :
Copy link
Member Author

Choose a reason for hiding this comment

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

These were wrong. Since nothing had used them yet, we didn't know.

@codecov
Copy link

codecov bot commented Sep 1, 2020

Codecov Report

Merging #344 into master will decrease coverage by 0.22%.
The diff coverage is 25.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #344      +/-   ##
==========================================
- Coverage   75.60%   75.37%   -0.23%     
==========================================
  Files         428      441      +13     
  Lines       12497    12741     +244     
  Branches     1132     1165      +33     
==========================================
+ Hits         9448     9604     +156     
- Misses       3049     3137      +88     
Impacted Files Coverage Δ
...nRpc.Generators/GenerateHandlerMethodsGenerator.cs 83.57% <ø> (ø)
src/JsonRpc.Generators/Helpers.cs 56.67% <0.00%> (-3.03%) ⬇️
src/Protocol/AbstractHandlers.cs 32.43% <ø> (ø)
src/Protocol/LanguageProtocolDelegatingHandlers.cs 41.93% <25.00%> (+5.52%) ⬆️
...ialization/Converters/TextDocumentSyncConverter.cs 80.95% <50.00%> (-19.05%) ⬇️
...rc/Server/Pipelines/SemanticTokensDeltaPipeline.cs 75.00% <75.00%> (ø)
src/Client/LanguageClientRegistrationManager.cs 69.64% <100.00%> (+1.12%) ⬆️
...Serialization/Converters/ProgressTokenConverter.cs 80.00% <100.00%> (ø)
...erver/LanguageServerServiceCollectionExtensions.cs 97.19% <100.00%> (+0.02%) ⬆️
src/Testing/TestConfigurationProvider.cs 68.75% <0.00%> (ø)
... and 21 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 2f4ac07...b6a4327. Read the comment docs.

@david-driscoll david-driscoll merged commit c451a74 into master Sep 1, 2020
@mergify mergify bot deleted the fix/minor-bugs branch September 1, 2020 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Just keeping things neat and tidy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant