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]: Multiple accounts support #183

Open Adam-it opened 4 months ago

Adam-it commented 4 months ago

🎯 Aim of the feature

The aim is to add support for multiple accounts to the extension to manager your SPFx solution. It should be possible to login to multiple accounts/tenants. and then using the account tab switch between the accounts and the actions done should respect the currently active account.

🤔 Additional remarks or comments

Based on functionality added to CLI for Microsoft 365 https://github.com/pnp/cli-microsoft365/issues/3587

Until we start it would be best to switch to latest version of CLI and before we do that we need to wait for VS code to support es modules https://github.com/pnp/vscode-viva/issues/114