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

Refactor CLI for M365 dependency to local version and bug fixes. Closes: #103 #82 #81 #108

Closed Adam-it closed 8 months ago

Adam-it commented 8 months ago

🎯 Aim

The aim of this PR is to refactor the extension to use local version of CLI for Microsoft365 that was reverted to cjs. Mainly due to the fact es modules are still not supported by VS Code extensions. Along the way some small bug fixes were included like reading sample data from main branch or allowing to login immediately after logout

✅ What was done

🔗 Related issue

Closes: #103 Closes: #82 Closes: #81