Skip to content

Commit 577ad07

Browse files
committed
docs: update
1 parent 1ff67d7 commit 577ad07

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/extension.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ async function _handleRepo(git: API) {
5555
await makeAndFillCommitMsg(targetRepo);
5656
}
5757

58-
async function _chooseRepoForAutofill(uri?: vscode.Uri): Promise<void> {
58+
/**
59+
* Choose the relevant repo and apply autofill logic on files there.
60+
*/
61+
async function _chooseRepoForAutofill(uri?: vscode.Uri) {
5962
const git = getGitExtension()!;
6063
_validateFoundRepos(git);
6164

0 commit comments

Comments
 (0)