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
Embedded file systems use unix-style slashes, which was causing errors
on Windows, when two styles were mixed. Converting all VFS paths to
unix-style slashes resolves the issue.
Fixes#1049.
0 commit comments