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
Sometimes, you want to easily read the submission instead of the diff
with the previous submission. Unfortunately, Monaco cannot easily switch
between a diff editor and a normal editor (see
microsoft/monaco-editor#1881). We mimic the
normal editor behaviour instead.
Store the current diff mode instead of the side-by-side boolean in local
storage. The latest release did not yet include the storage variable, so
no migration is added.
0 commit comments