microsoft / microsoft/vscode-azurestaticwebapps

Pop up an extra dialog when creating a HTTP function for the `angular-basic` project

Open
#638 4 comments 0 reactions 0 assignees View on GitHub

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:

  1. Clone https://github.com/staticwebdev/angular-basic -> Open the angular-basic project in VS Code.
  2. Open VS Code terminal and run "npm install".
  3. Click "Create HTTP Function..." to create a HTTP endpoint.
  4. Check whether the next step is to ask to select a language.

Expect:
The next step is to ask to select a language.
image

Actual:
Pop up an extra dialog like below.
image

More Info:

  1. It will ask to provide a function name if clicking "Yes" button.
  2. We cannot skip this dialog and proceed to the next step.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.