Skip to content

Created pathGroups don't work. Problems with pattern #2745

Open
@ghost

Description

I have imports like 'types/' and './types/'. And I want to see them in one pathGroup. But any pattern doesn't work.
I tried:

  • {types/** | ./types}
  • {types/** , ./types}
  • (types/** | ./types)
  • {types/** , ./types/**}
  • "** /types/ **"

Is it possible?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions