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
The TS formatter produces line ending edits in some cases. This seems to make the editor fail which results in rejecting the edit. The code that make the edit fail is:
if(loserCursorsMap.hasOwnProperty('0')){// These commands are very messed upconsole.warn('Ignoring commands');returnfalse;}
@alexandrudima it is best if I show you the failing edits on my machine. I disabled parts of the code again to not make the formatter fail.
The text was updated successfully, but these errors were encountered:
The TS formatter produces line ending edits in some cases. This seems to make the editor fail which results in rejecting the edit. The code that make the edit fail is:
@alexandrudima it is best if I show you the failing edits on my machine. I disabled parts of the code again to not make the formatter fail.
The text was updated successfully, but these errors were encountered: