You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed fully the installation steps laid out in the documentation site.
I have restarted jupyterlab.
I have read the FAQ section in the documentation site.
Describe the bug
Cannot add custom formatter for any of the languages listed in INCOMPATIBLE_MAGIC_LANGUAGES
Additional context
I was trying to implement a custom formatter using sqlfluff for %sql cells but it looks like some languages are disallowed in this project.
I am thinking, maybe turning INCOMPATIBLE_MAGIC_LANGUAGES blacklist into COMPATIBLE_MAGIC_LANGUAGES whitelist and make the mechanism for whitelisting additional magic_languages just having a default formatter configured for it in the preferences?
Expected behaviour
If a default_formatter is configured for "sql" in the user preferences then the corresponding formatter would be called regardless