ycm-core / ycmd

A code-completion & code-comprehension server
https://ycm-core.github.io/ycmd/
GNU General Public License v3.0
1.69k stars 764 forks source link

Update the server with current file state after a restart #1730

Closed bstaletic closed 6 months ago

bstaletic commented 7 months ago

Previously, ycmd would not update the LSP server with the current file state after RestartServer subcommand had been issued. This causes some stale diagnostics to linger.


This change is Reviewable

bstaletic commented 7 months ago

Should be ready now.

codecov[bot] commented 7 months ago

Codecov Report

Merging #1730 (84ee7c3) into master (9d3a703) will increase coverage by 0.00%. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1730 +/- ## ======================================= Coverage 95.44% 95.44% ======================================= Files 83 83 Lines 8167 8168 +1 Branches 163 163 ======================================= + Hits 7795 7796 +1 Misses 322 322 Partials 50 50 ```
mergify[bot] commented 6 months ago

Thanks for sending a PR!