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."});
1438
-
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable","Copilot summary is not available for this file."));
1437
+
telemetry.logLanguageServerEvent("CopilotHover",{"Message": "Copilot summary is not available for definition or declaration."});
1438
+
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable","Copilot summary is not available."+"\n\n"+
1439
+
localize("copilot.hover.excluded","The file containing this symbol's defintion or declaration has been excluded from use with Copilot.")));
1439
1440
return;
1440
1441
}
1441
1442
}
1442
1443
if(requestInfo.content.length===0){
1443
1444
// Context is not available for this symbol.
1444
1445
telemetry.logLanguageServerEvent("CopilotHover",{"Message": "Copilot summary is not available for this symbol."});
1445
-
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable","Copilot summary is not available for this symbol."));
1446
+
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable.symbol","Copilot summary is not available for this symbol."));
0 commit comments