microsoft / vscode-azureresourcegroups

VS Code extension for managing Azure resources.
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azureresourcegroups
MIT License
52 stars 28 forks source link

Navigate to the Explorer view after unfocusing the resource from the FOCUSED RESOURCES view #691

Closed v-xinda closed 1 year ago

v-xinda commented 1 year ago

OS: Mac Build Version: 20230518.3 Regression: Not a Regression

Repro Steps:

  1. Click the magnifying glass icon to focus a resource group.
  2. Click the "Unfocus Group" icon in the FOCUSED RESOURCES view.
  3. Check whether navigate to the Azure view.

Expect: Navigate to the Azure view.

Actual: Navigate to the Explorer view. https://github.com/microsoft/vscode-azureresourcegroups/assets/57662131/e3f26a90-7949-4909-9b3e-67af33594a3e

More Info: This issue doesn't reproduce on the Windows and Linux platforms.

MicroFish91 commented 1 year ago

We were able to reproduce this on Windows as well.

Since you had previously split the focus view into a new pane, when the pane was exited it just goes back to the previous pane. Closing this as by designed.