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
awaitreportCopilotFailure(copilotHoverProvider,hoverDocument,hoverPosition,"Failed to receive request info from the client.");
1434
+
// Context is not available for this symbol.
1435
+
telemetry.logLanguageServerEvent("CopilotHover",{"Message": "Copilot summary is not available for this symbol."});
1436
+
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable","Copilot summary is not available for this symbol."));
1435
1437
return;
1436
1438
}
1437
1439
@@ -1462,7 +1464,7 @@ async function onCopilotHover(): Promise<void> {
0 commit comments