Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
412 stars 201 forks source link

Workspace Resource Explorer Test exception #1687

Closed v-jiaodi closed 1 year ago

v-jiaodi commented 1 year ago

Describe the issue: On the Azure tab in VSCode, in the second tree view (“Workspace Resources”), no application is shown.

image

Repro steps:

  1. Run command azd login.
  2. Install the Azure Resources extension
  3. Open a new, empty workspace folder.
  4. Use the command azd init to choose a template and create a project

Environment: OS: Windows desktop, Codespaces, MacOS desktop, Linux desktop, Devcontainer in VS Code, WSL. Template: All templates Azd version: 0.6.0-beta.3-daily.2613549 (commit https://github.com/Azure/azure-dev/commit/2d2f744fe6aba8a26569c6284f73ca3f9434e3b7)

Expected behavior: On the Azure tab in VSCode, in the second tree view (“Workspace Resources”), the application should be shown.

@rajeshkamal5050 for notification.

rajeshkamal5050 commented 1 year ago

@bwateratmsft is this a dup of #1688?

bwateratmsft commented 1 year ago

@rajeshkamal5050 I believe so, yes.