diff --git a/src/extension.ts b/src/extension.ts index 35f9e0b..f8ed18a 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -70,6 +70,10 @@ function activate(context: vscode.ExtensionContext) { bOk = false; } + if (!bOk && devchatStatus === 'waitting install devchat') { + bOk = checkDevChatDependency(); + } + if (bOk) { devchatStatus = 'ready'; } else {