Fix strange NES rendering issue (#244759)

fixes https://github.com/microsoft/vscode-copilot/issues/15036?reload=1
This commit is contained in:
Benjamin Christopher Simmonds
2025-03-26 17:31:50 +01:00
committed by GitHub
parent 06b480f0e2
commit e3fa6ea22f
@@ -253,6 +253,9 @@ export class InlineEditsLineReplacementView extends Disposable implements IInlin
fontSize: this._editor.getOption(EditorOption.fontSize),
fontWeight: this._editor.getOption(EditorOption.fontWeight),
pointerEvents: 'none',
whiteSpace: 'nowrap',
borderRadius: '4px',
overflow: 'hidden',
}
}, [...modifiedLineElements.lines]),
])