We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22edfb2 commit 7021331Copy full SHA for 7021331
1 file changed
src/extension.ts
@@ -7,7 +7,6 @@
7
import * as vscode from "vscode";
8
import { API } from "./api/git";
9
import { makeAndFillCommitMsg } from "./autofill";
10
-import { getCommitTemplateName } from "./git/cli";
11
import { getGitExtension } from "./gitExtension";
12
13
function _validateFoundRepos(git: API) {
@@ -84,10 +83,6 @@ async function _autofill(uri?: string) {
84
83
} else {
85
_handleRepo(git);
86
}
87
-
88
- const templateName = await getCommitTemplateName()
89
- console.debug(templateName)
90
91
92
93
/**
0 commit comments