We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c59cb commit d138e2dCopy full SHA for d138e2d
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
/**
@@ -57,10 +56,6 @@ async function _autofill(uri?: string) {
57
56
} else {
58
_handleRepo(git);
59
}
60
-
61
- const templateName = await getCommitTemplateName()
62
- console.debug(templateName)
63
64
65
66
0 commit comments