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
Currently, the "SFDX: Create X" commands are shown on every folder in the solution. This is because we allow users to have a flexible structure to their project. However, this is resulting in a very overloaded right-click menu. The proposal is to change it so that the "SFDX: Create X" commands only show up on the default folder for each type. For example, "SFDX: Create Lighting Component" only shows up on the aura folder. "SFDX: Create Apex Class" only shows on the "classes" folder.
The text was updated successfully, but these errors were encountered:
@lcampos or @brpowell - Please check this updated text for accuracy:
Add a menu for selecting an output directory for commands that create metadata from a template; create the `default` directory, if it doesn’t exist, when running these commands ([PR #1187](#1187), [Issue #852](#852), [Issue #998](#998))
Currently, the "SFDX: Create X" commands are shown on every folder in the solution. This is because we allow users to have a flexible structure to their project. However, this is resulting in a very overloaded right-click menu. The proposal is to change it so that the "SFDX: Create X" commands only show up on the default folder for each type. For example, "SFDX: Create Lighting Component" only shows up on the aura folder. "SFDX: Create Apex Class" only shows on the "classes" folder.
The text was updated successfully, but these errors were encountered: