You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore didOpen notifications for git schemed documents from VS Code
For some reason VS Code, in some repositories and configurations, will
send us `DidOpenTextDocument` notifications for special documents with
the `git` scheme (not `file` or `untitled`). It's probably some internal
representation that VS Code is using to supply VCS information. Because
we were specifically ignoring the URI in this handler these files were
getting erroneously added to our workspace service's list of open files,
which then caused duplicate references.
0 commit comments