Skip to content

Commit bc472a4

Browse files
authored
1 parent 65cc13a commit bc472a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatLivePreviewWidget.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ export class InlineChatLivePreviewWidget extends ZoneWidget {
8787
}, editor);
8888
this._disposables.add(this._diffEditor);
8989
this._diffEditor.setModel({ original: this._session.textModel0, modified: editor.getModel() });
90+
this._diffEditor.updateOptions({
91+
lineDecorationsWidth: editor.getLayoutInfo().decorationsWidth
92+
});
9093

9194
const doStyle = () => {
9295
const theme = themeService.getColorTheme();

0 commit comments

Comments
 (0)