docs(core): update nx console section of as-provided-vs-derived to reflect actual behavior (#20064)

Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
This commit is contained in:
MaxKless 2023-11-09 15:12:18 +00:00 committed by GitHub
parent dcbf60baec
commit fda47a1737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Here are some of the issues with the `derived` behavior that are addressed with
You can use [Nx Console](/core-features/integrate-with-editors) for an intuitive experience running generators. You can use [Nx Console](/core-features/integrate-with-editors) for an intuitive experience running generators.
1. If you right-click a folder and choose `Nx generate`, the `directory` field will be populated with that folder path. 1. If you right-click a folder and choose `Nx generate`, the code generation will be run from that folder.
2. As you fill out the generate form, Nx Console will show you a preview of where the new files will be generated. 2. As you fill out the generate form, Nx Console will show you a preview of where the new files will be generated.
## Prompting ## Prompting