Add a simple log for when we can't get the output channel (#300969)

Helps demystify why Show Details doesn't show.
This commit is contained in:
Tyler James Leonhardt
2026-03-11 21:37:43 -07:00
committed by GitHub
parent c7e08526a6
commit ec9a529880

View File

@@ -511,6 +511,9 @@ export class SetupAgent extends Disposable implements IChatAgentImplementation {
}
});
} else {
this.logService.warn(defaultChat.outputChannelId
? `[chat setup] No output channel found for id '${defaultChat.outputChannelId}' to show details about chat setup timeout. Please ensure the ${defaultChat.chatExtensionId} extension is activated.`
: '[chat setup] No output channel provided via product.json to show details about chat setup timeout.');
progress({
kind: 'command',
command: {