microsoft / microsoft/vscode-azurestaticwebapps
Pop up an extra dialog when creating a HTTP function for the `angular-basic` project
Open
Nobody has claimed this yet.
AT-CTI
bug
debugging
investigate
- Dominant language
- TypeScript
- Stars
- 99
- Forks
- 39
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: All
Build Version: 20220330.1
Function extension: Release build
Repro Steps:
- Clone https://github.com/staticwebdev/angular-basic -> Open the
angular-basicproject in VS Code. - Open VS Code terminal and run "npm install".
- Click "Create HTTP Function..." to create a HTTP endpoint.
- Check whether the next step is to ask to select a language.
Expect:
The next step is to ask to select a language.

Actual:
Pop up an extra dialog like below.

More Info:
- It will ask to provide a function name if clicking "Yes" button.
- We cannot skip this dialog and proceed to the next step.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the flow in VS Code using the angular-basic project after running npm install, starting from Create HTTP Function.... Trace the dialog sequence and verify that language selection appears next without the extra function-name prompt; done when the unnecessary dialog no longer blocks the flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, azure, typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100