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
I want to add a menu contribution to testing/item/context (golang/vscode-go#1590). I also want to support VSCode 1.58 (golang/vscode-go#1688). I would like some way to indicate that the contribution to testing/item/context should be ignored by VSCode 1.58.
I can register the test controller conditionally on vscode.tests.createTestController being defined, but AFAIK I cannot conditionally contribute a menu.