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
organize_imports test: pin import range by content, not CRLF offsets
returnsImportRangeWithLineNumbers pinned raw byte offsets (24/154) that are
Windows-CRLF values; on a Linux (LF) checkout the same range is 22/152, so the
release build failed on CI. Keep the exact 0-based start/end lines (2/6) and
bracket the offsets by the exact five-import block content (CRLF-normalized),
which is determinate and portable across line-ending normalization.
0 commit comments