Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle errors from Git extension APIs (#562)
fix: handle errors from Git extension APIs Wrap calls to Git extension APIs in try/catch blocks to avoid crashes if APIs throw errors or are unavailable. Log warnings if extension is unavailable or inactive instead of throwing errors. ## Test plan <!-- Required. See https://docs.sourcegraph.com/dev/background-information/testing_principles. --> added error handling
- Loading branch information