vscode-azurestaticwebapps
vscode-azurestaticwebapps copied to clipboard
Better support for multi-root workspaces with multiple static web apps open
Came across this while reproducing an issue in microsoft/vscode-azurefunctions#2896 which deals with having two SWAs open in a single workspace.
If a user has multiple SWAs added to their workspace, we should show "(linked)" on each corresponding environment. Currently when more than one SWA is open, we don't mark any environment with "(linked)". I love this feature, and it should work for multi-root workspaces as well.
Image showing what I'm referring to:
Along with this change, we should verify that all commands work properly with multi-root workspaces.
This issue has become stale and is at risk of being closed. The community has 60 days to upvote the issue. If it receives 5 upvotes we will keep it open and take another look. If not, we will close it. To learn more about how we handle issues, please see our documentation.
Happy Coding!
Marking this as P1. I don't think we should let this issue close as it'll be essential to the local UX.