Describe the bug
Environment: Typespec Compiler Version 0.54.0 on Windows 11 Enterprise
Description:
The tsp init command does not successfully conclude, leaving the terminal in a non-responsive state. This occurs after selecting the "Azure Data Plane Service Project" template and accepting the default package options provided.
Reproduction
Steps to Reproduce:
- Following instructions on our 'Creating a new project' page
- Run
tsp init https://aka.ms/typespec/azure-init to start a new project.
- When prompted, select the "(stand alone) Azure Data Plane Service Project" template.
- Provide a project name
- At the package selection screen, leave all default packages selected:
- @azure-tools/typespec-autorest
- @azure-tools/typespec-azure-core
- @azure-tools/typespec-azure-resource-manager
- @azure-tools/typespec-client-generator-core
- @typespec/http
- @typespec/openapi
- @typespec/rest
- @typespec/versioning
- Proceed with the initialization by pressing
Enter.
- Provide a service namespace
- Observe the message: "TypeSpec init completed. You can run
tsp install now to install dependencies. Project created successfully."
- Notice that the terminal does not return to the prompt, preventing any further actions.
Expected Result:
The terminal should return to the prompt after the tsp init process, allowing the user to continue with tsp install or other commands.
Actual Result:
The terminal remains unresponsive after the tsp init completion message. I can only get back to the prompt via Ctrl-C to kill the running process.
Checklist
Describe the bug
Environment: Typespec Compiler Version 0.54.0 on Windows 11 Enterprise
Description:
The
tsp initcommand does not successfully conclude, leaving the terminal in a non-responsive state. This occurs after selecting the "Azure Data Plane Service Project" template and accepting the default package options provided.Reproduction
Steps to Reproduce:
tsp init https://aka.ms/typespec/azure-initto start a new project.Enter.tsp installnow to install dependencies. Project created successfully."Expected Result:
The terminal should return to the prompt after the
tsp initprocess, allowing the user to continue withtsp installor other commands.Actual Result:
The terminal remains unresponsive after the
tsp initcompletion message. I can only get back to the prompt viaCtrl-Cto kill the running process.Checklist