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
When editing a state machine with the XState Editor on windows, the changes are not synced with code file. So when the editor is closed, all the changes are lost.
The extension host logs as erorr:
[error] Error: Request applyMachineEdits failed with message: Unexpected token
I noticed that the error only happens if the file has LF line ending. If the file line ending is CRLF it works as expected
The extension version is: v2.1.0
Vs Code version is: 1.86.2
The text was updated successfully, but these errors were encountered:
Thanks for the report. We're currently completely reworking the extension, so chances are this may be fixed when the rework is complete (cc. @Andarist)
When editing a state machine with the XState Editor on windows, the changes are not synced with code file. So when the editor is closed, all the changes are lost.
The extension host logs as erorr:
I noticed that the error only happens if the file has LF line ending. If the file line ending is CRLF it works as expected
The extension version is: v2.1.0
Vs Code version is: 1.86.2
The text was updated successfully, but these errors were encountered: