This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Scanning subdirectories #4699
HiImJulien
started this conversation in
Suggestions
Replies: 1 comment 2 replies
-
Rome already scans for
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I am working on a monorepo, that contain things including the backend (written in 🦀) and the frontend (written in TS+React).
In order to keep everything tidy, I need to move files into the directories they belong. For instance, currently, there is only a single project/subdirectory that uses JS. This would mean, that the file
rome.json
belongs into that directory rather than staying in the workspace root.Request:
Would you consider to make the plugin recursively search for configuration files, rather than assuming that everything is in the root?
If a recursive search is not applicable due to some restrictions imposed by VSCode, would it at least be possible to specify "project" locations? (And retain the previous default behavior, if the property is either
undefined
or empty[]
).I.e.:
Beta Was this translation helpful? Give feedback.
All reactions