add log for update slash commands
This commit is contained in:
parent
a3b0078a1c
commit
a998b11f1e
@ -1,7 +1,9 @@
|
|||||||
|
import { logger } from '../../util/logger';
|
||||||
import * as vscode from 'vscode';
|
import * as vscode from 'vscode';
|
||||||
|
|
||||||
|
|
||||||
export async function updateSlashCommands() {
|
export async function updateSlashCommands() {
|
||||||
|
logger.channel()?.debug('Updating slash commands...');
|
||||||
vscode.commands.executeCommand('DevChat.InstallCommands');
|
vscode.commands.executeCommand('DevChat.InstallCommands');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user