mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
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:
committed by
GitHub
parent
c7e08526a6
commit
ec9a529880
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user