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
failing=awaitassertAnyFile('vscode.proposed.chatParticipantAdditions.d.ts')&&(quiet||warn(`The VSCode import file '${$root}/vscode.proposed.chatParticipantAdditions.d.ts' should not be present.`))||failing;
354
+
355
+
if(!failing){
356
+
verbose('VSCode proposals appear to be in place.');
telemetry.logLanguageServerEvent("CopilotHover",{"Message": "Copilot summary is not available due to content exclusion."});
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 definition or declaration has been excluded from use with Copilot."));
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."));
1452
+
awaitshowCopilotContent(copilotHoverProvider,hoverDocument,hoverPosition,localize("copilot.hover.unavailable.symbol","Copilot summary is not available for this symbol."));
0 commit comments