Skip to content

Zed Extension doesn't work in a monorepo #217

@d3ce1t

Description

@d3ce1t

I'm using this extension in Zed thanks to #180. It works great but I'm having trouble getting it to work in a monorepo setup where the React files and tsconfig.json are located in a subfolder rather than the project root.

Example

monorepo-root/
├── frontend/
│   ├── tsconfig.json
│   ├── src/
│   │   └── components/
│   │       └── MyComponent.tsx
│   └── package.json
└── backend/
    └── ...

Any help or guidance would be greatly appreciated! Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions