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(downloader): Determining the VCS type should not require availability
Determining the `VersionControlSystem` from `VcsType` or URL should work
statically without any underlying external tool to be available at this
point. If at all, the whole `VersionControlSystem` plugin should not
load if a required external tool is not available.
Signed-off-by: Sebastian Schuberth <[email protected]>
0 commit comments