microsoft/vscode-generator-code

vscode always opens when using quick mode

R35007 opened this issue · 0 comments

R35007 commented

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.