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
As a workaround, you can use vscode.window.createQuickPick() and then put all this disabled items under a quick pick separator called like "not available"... and then in your qp.onDidAccept handler you could just no-op for those items underneath that separator.
Originally posted by @TylerLeonhardt in microsoft/vscode#179023 (comment)
The text was updated successfully, but these errors were encountered: