Merge pull request #86 from covespace/fix_bug

fix pip install bug
This commit is contained in:
boob.yang 2023-05-18 23:05:45 +08:00 committed by GitHub
commit d45869492e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,10 @@ function activate(context: vscode.ExtensionContext) {
bOk = false;
}
if (!bOk && devchatStatus === 'waitting install devchat') {
bOk = checkDevChatDependency();
}
if (bOk) {
devchatStatus = 'ready';
} else {