function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ken Koellner @ EngagewareKen Koellner @ Engageware 

VSCode multiple folders in workspace, specify root folder in SFDX Create:.... commands

I'm working in VSCode in a workspace and I want to have multiple folders in the workspace for multiple small projects.  I use a command like SFDX: Create Lightning Web Component.  I give it a name and take the default subfolder force-app/main/....  It always uses the force-app subfolder in the first folder in my workspace.  I'd like to be able to pick which folder in the workspace is used for the create. 

Anyone know how to get the SFDX to work on a selected root folder in a workspace?
Rama ChunduRama Chundu
Looks like SFDX doesn't support multiple projects in a single workspace yet. It always picks the first project.