microsoft / microsoft/vscode-azurestaticwebapps
The value of the `app_location` is not highlight after editing the `api_location` config value to a space
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 99
- Forks
- 39
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
OS: Win10
Build Version: 20220513.11
Regression: Not a Regression
Repro Steps:
- Create a static web app using the local project -> Expand the static web app -> Production -> Workflow -> Click the
api_locationchild node -> Edit the config value to a space in the opened .yml file.

- CRTL + S -> Refresh the corresponding "Workflow" -> The
api_locationvalue changes to "null" -> Click theapp_location. - Check whether the value of the
app_locationis highlight.
Expect:
The value of the app_location is highlight.
Actual:
The value of the app_location is not highlight.
More Info:
On the contrary, this issue doesn't reproduce.
Edit the
app_locationconfig value to space in the opened .yml file -> Click theapi_locationunder the "Workflow" -> The value of theapi_locationis highlight.
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 issue in the VS Code extension by editing api_location to a space in the opened .yml file, saving, refreshing the Workflow, and selecting app_location. Trace the Workflow tree's value-highlighting behavior for app_location and api_location; done means app_location remains highlighted after the api_location edit, with the opposite edit still working.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100