This repository was archived by the owner on Oct 20, 2023. It is now read-only.
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Remote extension auto-install/update logic is broken and might block entire connection #50
Open
Description
Due to cli/cli#6675 and since we auto-installing/updating gh net
extension inside a Codespace
automatically (to act as a remove agent), some of the connection attempt may fail due to the install/update attempt failure. Since the fix on the GH CLI side is not something we can expect soon, we might need to implement the custom install/update logic on our side meanwhile instead.