Proto does not shim itself
What version?
0.51.0
Which command?
proto shim
What happened?
It looks like I am able to pin a proto version using .prototools and proto will correctly install the pinned version. However proto itself does not show up in the list of shims under ~/.proto/shims which means that the pinned version is not used. I'm not sure if this is expected behavior or if perhaps proto should be able to shim itself in order to support different versions much like it does for other tools.
Trace logs?
No response
Operating system?
Linux
Architecture?
x64
@RobertVillalba It used to support this but it was causing a lot of issues so was temporarily removed.
However, the pinned proto version is still used when using proto activate, so that version of proto should be used then.
Got it. That makes sense I figured it might have been a feature that caused issues before and got removed. Feel free to close this ticket or leave it open if it is planned to be brought back at some point. Thank you for the quick response!