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
Optimization Suggestion: If the variable name is changed manually after the plug-in is used to modify the variable, there is a probability that two underscores will appear when the plug-in is used again.
Such as
Expected: public static final boolean is_s_matching = false;
Actual: public static final boolean is_s__matching = false;
I've replicated it multiple times to confirm it exists
The text was updated successfully, but these errors were encountered:
Optimization Suggestion: If the variable name is changed manually after the plug-in is used to modify the variable, there is a probability that two underscores will appear when the plug-in is used again.
Such as
Expected: public static final boolean is_s_matching = false;
Actual: public static final boolean is_s__matching = false;
I've replicated it multiple times to confirm it exists
The text was updated successfully, but these errors were encountered: