pnp / vscode-viva

With the SharePoint Framework Toolkit extension, you can create and manage your SharePoint Framework solutions on your tenant. All actions you need to perform during the development flow are at your fingertips.
https://marketplace.visualstudio.com/items?itemName=m365pnp.viva-connections-toolkit
MIT License
34 stars 14 forks source link

Add teams toolkit support. Closes: #131, #133 #144

Closed Adam-it closed 7 months ago

Adam-it commented 7 months ago

🎯 Aim

The aim of this PR is to modify the extension so it will co-work better with Teams Toolkit.

📷 Result

When ACE component is present in the project the extension will suggest to install Adaptive Card Previewer

image

Refactored Help & Feedback section to tree view with new Tools section with links to Teams Toolkit and Adaptive Card Previewer

image

Along the way refactored CI/CD action when sitecollection picked it now presents list of site level app catalogs to pick

image

Refactored all CLI actions to work in sub /src folder like in this example the upgrade action

image

✅ What was done

🔗 Related issue

Closes #131 Closes #133