windicss / windicss-intellisense

Intelligent WindiCSS tooling for VS Code
https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense
MIT License
194 stars 16 forks source link

Monorepo support #216

Closed IgnisDa closed 3 years ago

IgnisDa commented 3 years ago

Currently, this extension does not support monorepos, ie, if the windi.config.ts is a sub-directory. Can support for this be added?

alexanderniebuhr commented 3 years ago

Thank you for your proposal.

These support feature could be added for sure, there already might be some logic in our vite integration plugin for monorepos, which we can reuse. Although PRs are welcome :)

IgnisDa commented 3 years ago

Hello @alexanderniebuhr I would like to work on this.

IgnisDa commented 3 years ago

Found a bug in the current implementation which breaks the extension.

image

Will make a PR to fix this.

cc @alexanderniebuhr