-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
issue:
- run the following command
yo code --quick --extensionId=hello-world --extensionDisplayName='Hello World' --extensionType=ts --gitInit;
-
Its opening the vscode after the code is generated
-
I have also tried the following command by giving open to false
yo code --quick --extensionId=hello-world --extensionDisplayName='Hello World' --extensionType=ts --gitInit --open=false --openInInsiders=false;
- Its opening the vscode after the code is generated
expected:
It should not open the vscode after the code is generated.
Metadata
Metadata
Assignees
Labels
No labels