Open R35007 opened 1 year ago
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;
It should not open the vscode after the code is generated.
issue:
run the following command
Its opening the vscode after the code is generated
I have also tried the following command by giving open to false
Its opening the vscode after the code is generated
expected:
It should not open the vscode after the code is generated.