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
When using a multi-root workspace we currently have to duplicate the same stylua.toml into each workspace root, it would be great to have a setting to point the VSCode extension to a config at the root of the repository instead.
A respective config for .styluaignore may also be necessary but I'm not sure if the CLI accepts a path arg for that?
The text was updated successfully, but these errors were encountered:
So just a pretty basic monorepo layout where most/all shared config should sit at the root, if possible.
Exposing --search-parent-directories would definitely solve this 👍🏻
When using a multi-root workspace we currently have to duplicate the same
stylua.toml
into each workspace root, it would be great to have a setting to point the VSCode extension to a config at the root of the repository instead.A respective config for
.styluaignore
may also be necessary but I'm not sure if the CLI accepts a path arg for that?The text was updated successfully, but these errors were encountered: