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
In the event that `getNotebookType()` is null, an error is shown from
within `getFormattersToUse()` because it can't determine the list of
default formatters. This makes sense when using an unconfigured
language, but in the event of null, this seems to mean the notebook
isn't fully initialized and formatting shouldn't even be attempted.
0 commit comments