We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff67d7 commit 577ad07Copy full SHA for 577ad07
1 file changed
src/extension.ts
@@ -55,7 +55,10 @@ async function _handleRepo(git: API) {
55
await makeAndFillCommitMsg(targetRepo);
56
}
57
58
-async function _chooseRepoForAutofill(uri?: vscode.Uri): Promise<void> {
+/**
59
+ * Choose the relevant repo and apply autofill logic on files there.
60
+ */
61
+async function _chooseRepoForAutofill(uri?: vscode.Uri) {
62
const git = getGitExtension()!;
63
_validateFoundRepos(git);
64
0 commit comments