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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
// enable fuzzy finder unless it's explicitly disabled in settings
15
-
fuzzyFinderAll=fuzzyFinderAll??true
16
-
// Intentionally skip fuzzyFinderActions because we don't have enough actions implemented
17
-
// Intentionally skip fuzzyFinderNavbar because the navbar is already too busy and we need to explore alternative solutions for the discoverability problem
// enable fuzzy finder unless it's explicitly disabled in settings
13
+
fuzzyFinderAll=fuzzyFinderAll??true
14
+
// Intentionally skip fuzzyFinderActions because we don't have enough actions implemented
15
+
// Intentionally skip fuzzyFinderNavbar because the navbar is already too busy and we need to explore alternative solutions for the discoverability problem
0 commit comments