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
Fix crash when VS Code sends file path with 'git' scheme
Today's VS Code Insiders release has started sending file requests with a
file scheme of 'git' which causes a crash in our language server. This is
a temporary fix until we add more robust file URI scheme handling with the
fix to issue #342.
0 commit comments