You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode.window.showWarningMessage(`Task v${minimumRecommendedVersion} is recommended to run this extension. Your current version is v${version} which doesn't support some features.`,"Update").then(this.buttonCallback);
67
-
returnresolve("ready");
68
-
}
69
-
70
63
// If a newer version is available, show a message
0 commit comments