Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DiffEditor with glyphMargin: false, still renders glyphMargin #13616

Open
zx616456607 opened this issue Apr 18, 2024 · 0 comments
Open

DiffEditor with glyphMargin: false, still renders glyphMargin #13616

zx616456607 opened this issue Apr 18, 2024 · 0 comments

Comments

@zx616456607
Copy link

zx616456607 commented Apr 18, 2024

Bug Description:

const diffUris = DiffUris.encode(
new URI('file:/a.txt'),
new URI('file:/b.txt')
);
const widget = this.editorManager.getOrCreateByUri(diffUris);
widget.editor.diffEditor.updateOptions({
glyphMargin: false
})
monaco

Steps to Reproduce:

1.Create diffEditor
2.Set up glyphMargin:false
3.The-> button of the delete line in the right editor is not hidden

Additional Information

  • Operating System: Windows10
  • Theia Version: 1.48.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant