Skip to content

vscode always opens when using quick mode #431

@R35007

Description

@R35007

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions