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
Show Tree did nothing at all when no GEDCOM file was in front of you ([#5]).
The view is contributed behind editorLangId == gedcom, so there was no view
to focus and .focus resolved silently. It now says so, and where the view
exists but has not come up yet — activation, the context key and the click all
racing on a cold editor — the container is opened directly rather than the
result being assumed. An integration test covers the cold path, which every
other test warms past.
Changed
The README lists every setting, with its default and what it does.
glob is pinned through overrides to 13. Mocha pulled 10, which npm warns is
unsupported; nothing else in the tree was on it, and no advisory was open.
@playwright/browser-chromium is approved under npm's install-script allowlist,
so npm install no longer stops to ask about it.