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
Adjust markerFile logic: allow undefined return, only use for cross-file markers
Two changes to marker file handling:
1. markerFile adapter function can now return undefined, which falls back
to the default behavior (local sidecar file next to the source).
2. The adapter's markerFile is only consulted when a file has cross-file
marker relations. Internal-only markers (e.g. sibling selectors within
the same file) always use a local sidecar file, avoiding pollution of
a shared marker file with file-local concerns.
Co-authored-by: Kenneth Skovhus <skovhus@users.noreply.github.com>
0 commit comments