We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c463d4c commit 1943705Copy full SHA for 1943705
1 file changed
src/extension.ts
@@ -10,8 +10,9 @@ import { makeAndFillCommitMsg } from "./autofill";
10
import { getGitExtension } from "./gitExtension";
11
12
/**
13
- * Flow for multiple repos in workspace and selecting just one. This is a rare
14
- * flow.
+ * Run autofill against one of multiples in the workspace.
+ *
15
+ * This is a rare flow.
16
*/
17
async function _handleRepos(git: API, uri: any) {
18
// FIXME: Unfortunately this seems to only pick up the first repo and not find
@@ -28,7 +29,7 @@ async function _handleRepos(git: API, uri: any) {
28
29
}
30
31
- * Flow for a single or zero repos in the workspace.
32
+ * Run autofill flow for a single repo in the workspace.
33
34
async function _handleRepo(git: API) {
35
const targetRepo = git.repositories[0];
0 commit comments