@@ -3906,7 +3906,7 @@ index d35f2434ad6..be30ab99d17 100644
39063906 note.textContent = localize('chat.terminalOutputTruncated', 'Output truncated to first {0} characters.', CHAT_TERMINAL_OUTPUT_MAX_PREVIEW_LINES);
39073907 container.appendChild(note);
39083908diff --git a/src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts b/src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts
3909- index 8f294a2350e..b268326a399 100644
3909+ index 221b1f748be..09ebd082862 100644
39103910--- a/src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts
39113911+++ b/src/vs/workbench/contrib/chat/browser/chatContentParts/toolInvocationParts/chatToolConfirmationSubPart.ts
39123912@@ -155,7 +155,7 @@ export class ToolConfirmationSubPart extends AbstractToolConfirmationSubPart {
@@ -4823,10 +4823,10 @@ index 5f3ae5f09cd..ec6fb8450cb 100644
48234823 const result = renderLines(source, renderOptions, decorations, domNode);
48244824
48254825diff --git a/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.ts b/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.ts
4826- index 9666f98016a..3014ca5ef3c 100644
4826+ index 5467d4cf9c6..045b2649a2c 100644
48274827--- a/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.ts
48284828+++ b/src/vs/workbench/contrib/notebook/browser/diff/inlineDiff/notebookDeletedCellDecorator.ts
4829- @@ -112 ,7 +112 ,7 @@ export class NotebookDeletedCellDecorator extends Disposable implements INoteboo
4829+ @@ -113 ,7 +113 ,7 @@ export class NotebookDeletedCellDecorator extends Disposable implements INoteboo
48304830 this._createWidgetImpl(index, cells);
48314831 }
48324832 private async _createWidgetImpl(index: number, cells: { cell: NotebookCellTextModel; originalIndex: number; previousIndex: number }[]) {
@@ -4835,7 +4835,7 @@ index 9666f98016a..3014ca5ef3c 100644
48354835 const widgets: NotebookDeletedCellWidget[] = [];
48364836 const heights = await Promise.all(cells.map(async cell => {
48374837 const widget = new NotebookDeletedCellWidget(this._notebookEditor, this.toolbar, cell.cell.getValue(), cell.cell.language, rootContainer, cell.originalIndex, this.languageService, this.instantiationService);
4838- @@ -187 ,7 +187 ,7 @@ export class NotebookDeletedCellWidget extends Disposable {
4838+ @@ -188 ,7 +188 ,7 @@ export class NotebookDeletedCellWidget extends Disposable {
48394839 @IInstantiationService private readonly instantiationService: IInstantiationService,
48404840 ) {
48414841 super();
@@ -4844,7 +4844,7 @@ index 9666f98016a..3014ca5ef3c 100644
48444844 this._register(toDisposable(() => {
48454845 container.removeChild(this.container);
48464846 }));
4847- @@ -219 ,7 +219 ,7 @@ export class NotebookDeletedCellWidget extends Disposable {
4847+ @@ -220 ,7 +220 ,7 @@ export class NotebookDeletedCellWidget extends Disposable {
48484848 rootContainer.classList.add('code-cell-row');
48494849
48504850 if (this._toolbarOptions) {
@@ -5405,10 +5405,10 @@ index 7f80ccf5e95..df18556406a 100644
54055405 }
54065406
54075407diff --git a/src/vs/workbench/contrib/terminal/browser/terminalTabbedView.ts b/src/vs/workbench/contrib/terminal/browser/terminalTabbedView.ts
5408- index 69562b1cbfa..8a160c4f292 100644
5408+ index f94c072156c..22c9d9bb747 100644
54095409--- a/src/vs/workbench/contrib/terminal/browser/terminalTabbedView.ts
54105410+++ b/src/vs/workbench/contrib/terminal/browser/terminalTabbedView.ts
5411- @@ -236 ,7 +236 ,7 @@ export class TerminalTabbedView extends Disposable {
5411+ @@ -234 ,7 +234 ,7 @@ export class TerminalTabbedView extends Disposable {
54125412 private _handleOnDidSashReset(): void {
54135413 // Calculate ideal size of list to display all text based on its contents
54145414 let idealWidth = TerminalTabsListSizes.WideViewMinimumWidth;
0 commit comments