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
{{ message }}
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
Open a file that starts with an empty line and then the definition of a static array on the second line.
Place the cursor after the opening or closing bracket of the array definition.
Editor crashes.
Example:
1|
2| static int myArray[10];
3| // Some other code
If I have a file that starts like that and place the cursor after the [ or after the ], it crashes. Before the array definition there must be exactly one empty line. Log is attached.
Steps to reproduce:
Example:
If I have a file that starts like that and place the cursor after the
[
or after the]
, it crashes. Before the array definition there must be exactly one empty line. Log is attached.CRASH_935955421.txt
The text was updated successfully, but these errors were encountered: