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 f65ea2b commit 5a32cf6Copy full SHA for 5a32cf6
src/extension.ts
@@ -16,8 +16,8 @@ export function activate(context: vscode.ExtensionContext) {
16
);
17
18
context.subscriptions.push(
19
- vscode.commands.registerCommand("diffy-explain-ai.generateCommitMessage", async () => {
20
- vscode.window.withProgress(
+ vscode.commands.registerCommand("diffy-explain-ai.generateCommitMessage", () => {
+ return vscode.window.withProgress(
21
{
22
location: vscode.ProgressLocation.Notification,
23
cancellable: false,
0 commit comments