Skip to content
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

Only skip file changed events when open #4178

Merged
merged 1 commit into from
Nov 5, 2020

Conversation

333fred
Copy link
Member

@333fred 333fred commented Nov 4, 2020

File creation/deletion/directorydeletion events still need to be forwarded to the server, we only need to skip forwarding events if the buffer is actually changed on disk and reloaded by the editor. Fixes #4174.

@codecov
Copy link

codecov bot commented Nov 5, 2020

Codecov Report

Merging #4178 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4178   +/-   ##
=======================================
  Coverage   85.99%   85.99%           
=======================================
  Files          60       60           
  Lines        1857     1857           
  Branches      215      215           
=======================================
  Hits         1597     1597           
  Misses        200      200           
  Partials       60       60           
Flag Coverage Δ
integration 100.00% <ø> (ø)
unit 85.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 f2ea93f...02988aa. Read the comment docs.

@JoeRobich JoeRobich merged commit 6516175 into dotnet:master Nov 5, 2020
@333fred 333fred deleted the fix-create-forwarding branch November 5, 2020 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Omnisharp not reloading references
2 participants