Skip to content

Commit 5a22adb

Browse files
committed
update gitExtension.ts
1 parent c29ef86 commit 5a22adb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/gitExtension.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
* Perform tasks related to the built-in Git extension.
55
*
66
* This module takes care of the high-level flow of the extension, after a repo
7-
* is selected in extension.ts module.
7+
* is selected in the `extension.ts` module.
88
*
9-
* This module handles reading Git output, processes it with the logic in the
10-
* generate module and then finally sets it in the UI message box.
9+
* Flow:
10+
* 1. read Git output
11+
* 2. process it with the logic in the generate module
12+
* 3. set the value in the commit message box.
1113
*/
1214
import * as vscode from "vscode";
1315
import { GitExtension, Repository } from "./api/git";

0 commit comments

Comments
 (0)