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

Focus feature v2 #679

Closed alexweininger closed 1 year ago

alexweininger commented 1 year ago

Screen Recording 2023-05-15 at 2 55 49 PM

Note: I am doing some crude caching of the resource list operation. The cache is contained within the focus tree data provider and is reset when the refresh button is clicked. The cache is preserved through focus/unfocus commands so that the view updates quickly.


Client updates: Each client will need to add their commands to the azureFocusView view. Example: https://github.com/microsoft/vscode-azurecontainerapps/compare/main...alex/build-focus