microsoft / vscode-azuretools

Common packages for building Azure extensions for VS Code
MIT License
106 stars 66 forks source link

Use v2 Resources API architecture in azure appservice tree items #1589

Open ccastrotrejo opened 11 months ago

ccastrotrejo commented 11 months ago

Main Issue Here

Azure Logic Apps Standard vscode extension uses the @microsoft/vscode-azext-azureappservice library to render the DeploymentsTreeItem, AppSettingsTreeItem, LogFilesTreeItem and SiteFilesTreeItem. However, these tree items aren't updated to the v2 architecture. Making it a big blocker for us to move forward with the architecture update.

alexweininger commented 11 months ago

We recognize that this is a big blocker and we'll prioritize this appropriately.

ccastrotrejo commented 11 months ago

Thank you so much Alex, we really appreciate it!