We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29ef86 commit 5a22adbCopy full SHA for 5a22adb
1 file changed
src/gitExtension.ts
@@ -4,10 +4,12 @@
4
* Perform tasks related to the built-in Git extension.
5
*
6
* This module takes care of the high-level flow of the extension, after a repo
7
- * is selected in extension.ts module.
+ * is selected in the `extension.ts` module.
8
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.
+ * Flow:
+ * 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.
13
*/
14
import * as vscode from "vscode";
15
import { GitExtension, Repository } from "./api/git";
0 commit comments