Skip to content

Commit 9cc4e15

Browse files
authored
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatController.ts
1 parent c3bd42e commit 9cc4e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ export class TerminalChatController extends Disposable implements ITerminalContr
375375
reveal(): void {
376376
this._chatWidget?.value.reveal();
377377
}
378+
378379
async viewInChat(): Promise<void> {
379380
const providerInfo = this._chatService.getProviderInfos()?.[0];
380381
if (!providerInfo) {

0 commit comments

Comments
 (0)