diff --git a/src/ide_services/endpoints/updateSlashCommands.ts b/src/ide_services/endpoints/updateSlashCommands.ts index 3274635..172d7d5 100644 --- a/src/ide_services/endpoints/updateSlashCommands.ts +++ b/src/ide_services/endpoints/updateSlashCommands.ts @@ -1,7 +1,9 @@ +import { logger } from '../../util/logger'; import * as vscode from 'vscode'; export async function updateSlashCommands() { + logger.channel()?.debug('Updating slash commands...'); vscode.commands.executeCommand('DevChat.InstallCommands'); return true; } \ No newline at end of file