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

Enlist in native notebook experiment if sync'd settings is forcing it… #4927

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Feb 23, 2021

Port fix for #4845 back to main

… anyway (#4925)

* Fix editor to be always on when editor.associations is found

* Update changelog
@rchiodo rchiodo requested a review from a team as a code owner February 23, 2021 22:22
viewType: string;
filenamePattern: string;
}[];
if (editorAssociations.find((a) => a.viewType && a.viewType.includes('jupyter-notebook'))) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Ewww, all of these hacks make me go 🤮
But i don't see any other way around it, not complaining about your code, just the hacks we have for native notebooks & experiments (opting in & out...) too complicated

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree. I hate the experiments stuff too.

@rchiodo rchiodo merged commit f4a625a into main Feb 23, 2021
@rchiodo rchiodo deleted the rchiodo/port_sync_fix branch February 23, 2021 22:47
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