Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default value of the port is "app" when invoking "Dapr: Scaffold Dapr Tasks" command #109

Closed
v-ruizh opened this issue Aug 28, 2020 · 1 comment · Fixed by #115
Closed
Assignees
Labels
AT-CTI Issues found by internal test team external The issue results from code outside this repository investigate Issues that require investigation
Milestone

Comments

@v-ruizh
Copy link

v-ruizh commented Aug 28, 2020

OS: Win10
Build Version: 20200827.4

Repro Steps:

  1. Open a webapi project in VS Code.
  2. F1 -> Dapr: Scaffold Dapr Tasks -> .NET Core Launch (web) -> Enter a Dapr ID for the application (default value is app).
  3. Check the default value of the port on which the application listens.

Expect:
The default value of the port is "5000".
image

Actual:
The default value of the port is "app".
image

More Info:

  1. This issue does not reproduce on the previous released extension build.
  2. This issue also reproduces for Node.js project.
@v-ruizh v-ruizh added the AT-CTI Issues found by internal test team label Aug 28, 2020
@philliphoff
Copy link
Collaborator

This is due to the newer way the Azure UI wizard caches input for each step vscode-azuretools#789. I'm going to see if there's a workaround in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Issues found by internal test team external The issue results from code outside this repository investigate Issues that require investigation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants