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
snippets where changed to directly take a span from the reference code to be fixed.
while this was done for convenience so that devs wouldn't have to pass the reference code, it forces them to manually figure out the indentation for the suggested fix.
instead, the top-most indentation level should be removed/normalized, so that the fix proposal doesn't need to handle it manually