We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bd42e commit 9cc4e15Copy full SHA for 9cc4e15
src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatController.ts
@@ -375,6 +375,7 @@ export class TerminalChatController extends Disposable implements ITerminalContr
375
reveal(): void {
376
this._chatWidget?.value.reveal();
377
}
378
+
379
async viewInChat(): Promise<void> {
380
const providerInfo = this._chatService.getProviderInfos()?.[0];
381
if (!providerInfo) {
0 commit comments