Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use VS Code git extension to get remote URL instead of exec'ing (#426)
This is more portable (to the web) and compatible (to non-web platforms where git is not installed, not in `$PATH`, or not configured, which has been the source of many user bug reports). ## Test plan Open a workspace with no `cody.codebase` setting and ensure the chat sidebar shows the correct repository at the bottom in the context indicator.
- Loading branch information