rootDir
configuration (to potentially support mono repos)
#5474
lukethacoder
started this conversation in
Ideas
Replies: 1 comment
-
This really feels like it should be both extremely simple to implement, and like table stakes for an extension set like this. Why should a VS Code extension have any say whatsoever about how I structure my repo and project and documentation files? It's pretty common to build an app that consists of multiple applications and services all nested within a single repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Attempting to use this extension in a monorepo does not work as expected due to the plugin expecting the SFDX Project to be the root directory.
Describe the solution you'd like
Add a
rootDir
plugin config option to flag which folder should be used as the SFDX project rootDescribe alternatives you've considered
Can open the individual folder in different VS Code instance, but I would rather stay within one instance of the mono repo.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions