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 65cc13a commit bc472a4Copy full SHA for bc472a4
src/vs/workbench/contrib/inlineChat/browser/inlineChatLivePreviewWidget.ts
@@ -87,6 +87,9 @@ export class InlineChatLivePreviewWidget extends ZoneWidget {
87
}, editor);
88
this._disposables.add(this._diffEditor);
89
this._diffEditor.setModel({ original: this._session.textModel0, modified: editor.getModel() });
90
+ this._diffEditor.updateOptions({
91
+ lineDecorationsWidth: editor.getLayoutInfo().decorationsWidth
92
+ });
93
94
const doStyle = () => {
95
const theme = themeService.getColorTheme();
0 commit comments