Skip to content

Commit a998b11

Browse files
committed
add log for update slash commands
1 parent a3b0078 commit a998b11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import { logger } from '../../util/logger';
12
import * as vscode from 'vscode';
23

34

45
export async function updateSlashCommands() {
6+
logger.channel()?.debug('Updating slash commands...');
57
vscode.commands.executeCommand('DevChat.InstallCommands');
68
return true;
79
}

0 commit comments

Comments
 (0)