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
telemetry.logLanguageServerEvent("CopilotHover",{"Message": "Copilot summary is not available for this file."});
1439
+
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable","Copilot summary is not available for this file."));
1440
+
return;
1441
+
}
1442
+
}
1443
+
if(requestInfo.content.length===0){
1434
1444
// Context is not available for this symbol.
1435
1445
telemetry.logLanguageServerEvent("CopilotHover",{"Message": "Copilot summary is not available for this symbol."});
1436
1446
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable","Copilot summary is not available for this symbol."));
0 commit comments