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
Updated proto run (and shims) to not error with "not a built-in plugin" when the executable exists globally on PATH, but is currently not configured/managed by proto in the working directory.
This error can occur when a ~/.proto/shims file exists for a tool, but the version/plugin is not configured.
This should make interoperability a little bit nicer.
Reduced the amount of locate_executables calls for certain flows when linking binaries.
π Fixes
Fixed an issue where proto activate would load more plugins than necessary, causing a performance hit.
Fixed an issue during --build where the system package manager would error attempting to load existing packages.