-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set default project create template to standard #1234
Conversation
Thanks for updating this, @ntotten . The Salesforce release notes will say that the Edit: We do want to make |
I don't want to wait in VS Code. This isn't going to break documentation or tutorials because the commands don't change, the only difference is that the template will have more stuff in it. The reason we are waiting in CLI is that the change of the default template is breaking and we only introduce breaking changes in the CLI at R2. This is not considered a breaking change in VS Code. Let's update the release notes to reflect that the change is only the default in CLI at R2. |
Here are a couple of Trailhead units that will be wrong if we merge this:
There might be others. Those are just the ones I know about off the top of my head. |
Changes merged as PR #1283 |
What does this PR do?
Updates the project create to use the standard template
What issues does this PR fix or reference?
#1090