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

💡 [Feature]: Add support for multiple SPFx projects #231

Open Adam-it opened 2 months ago

Adam-it commented 2 months ago

🎯 Aim of the feature

Currently, SPFx Toolkit supports a single SPFx project scaffolded by yo or TT. What we could add is support to manage multiple SPFx projects, so multiple packages. The extension should ask on which project the specified action or task should be executed or on all.

📷 Images (if possible) with expected result

No response

🤔 Additional remarks or comments

example of an approach that has multiple SPFx projects and npm workspace in a root folder above those projects to manage the dependencies