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

Fix ##229995. Exclude empty editor hint in notebook diff editor #230001

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

rebornix
Copy link
Member

No description provided.

@rebornix rebornix self-assigned this Sep 27, 2024
@rebornix rebornix enabled auto-merge (squash) September 27, 2024 18:53
@vs-code-engineering vs-code-engineering bot added this to the October 2024 milestone Sep 27, 2024
@@ -618,7 +621,9 @@ function buildSourceEditor(instantiationService: IInstantiationService, notebook
automaticLayout: false,
overflowWidgetsDomNode: notebookEditor.getOverflowContainerDomNode(),
readOnly: true,
}, {});
}, {
contributions: EditorExtensionsRegistry.getEditorContributions().filter(c => skipContributions.indexOf(c.id) === -1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: the filter condition might be more readable with .includes() instead of .indexOf()

@rebornix rebornix merged commit 8f86741 into main Sep 27, 2024
7 checks passed
@rebornix rebornix deleted the rebornix/diplomatic-otter branch September 27, 2024 19:18
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

Successfully merging this pull request may close these issues.

3 participants