We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af651 commit 75c599fCopy full SHA for 75c599f
1 file changed
src/extension.ts
@@ -2,7 +2,7 @@
2
* Extension module.
3
*
4
* This sets up the VS Code extension's command entry-point and applies logic in
5
- * the prepareCommitMsg module to a target branch.
+ * the `prepareCommitMsg` module to a target branch.
6
*/
7
import * as vscode from "vscode";
8
import { API, Repository } from "./api/git";
@@ -79,7 +79,7 @@ async function _chooseRepoForAutofill(sourceControl?: vscode.SourceControl) {
79
/**
80
* Set up the extension activation.
81
82
- * The autofill command as configured in `package.json` will be triggered
+ * The `autofill` command as configured in `package.json` will be triggered
83
* and run the autofill logic for a repo.
84
85
export function activate(context: vscode.ExtensionContext) {
0 commit comments