File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import * as vscode from 'vscode';
33import { dependencyCheck } from './statusBarViewBase' ;
44import { ProgressBar } from '../util/progressBar' ;
55import { ASSISTANT_NAME_EN } from '../util/constants' ;
6+ import { logger } from '../util/logger' ;
67
78
89export function createStatusBarItem ( context : vscode . ExtensionContext ) : vscode . StatusBarItem {
@@ -50,7 +51,9 @@ export function createStatusBarItem(context: vscode.ExtensionContext): vscode.St
5051 // install devchat workflow commands
5152 if ( ! hasInstallCommands ) {
5253 hasInstallCommands = true ;
54+ logger . channel ( ) ?. debug ( "Starting local service..." ) ;
5355 await vscode . commands . executeCommand ( 'DevChat.StartLocalService' ) ;
56+ logger . channel ( ) ?. debug ( "Installing commands..." ) ;
5457 await vscode . commands . executeCommand ( 'DevChat.InstallCommands' ) ;
5558 // vscode.commands.executeCommand('DevChat.InstallCommandPython');
5659 }
You can’t perform that action at this time.
0 commit comments