Skip to content

Commit

Permalink
update extension.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Oct 30, 2023
1 parent 5e97ec9 commit 5660f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ function _validateFoundRepos(git: API) {
}

/**
* Get current repo when using multiples in the workspace (or when using GitLens on a single repo).
* Get current repo when using multiple repos in the workspace.
*
* Or when using GitLens on a single repo, based on a reported issue.
*/
async function _handleRepos(
git: API,
Expand Down

0 comments on commit 5660f94

Please sign in to comment.