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
For example, my app uses shadcn which places components in /src/lib/components/ui. Clicking a shadcn component opens the component source, that's expected, but instead I want to open the the file that called the component.
Describe the proposed solution
Add a skipped_paths option to designate lib folders that should'nt be opened by the inspector. Instead the inspector may look at the "upper" file and open it
Alternatives considered
I couldn't find a workaround
Importance
would make my life easier
The text was updated successfully, but these errors were encountered:
Describe the problem
For example, my app uses shadcn which places components in
/src/lib/components/ui
. Clicking a shadcn component opens the component source, that's expected, but instead I want to open the the file that called the component.Describe the proposed solution
Add a
skipped_paths
option to designate lib folders that should'nt be opened by the inspector. Instead the inspector may look at the "upper" file and open itAlternatives considered
I couldn't find a workaround
Importance
would make my life easier
The text was updated successfully, but these errors were encountered: