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 more settings for the extension #200

Open Adam-it opened 3 months ago

Adam-it commented 3 months ago

🎯 Aim of the feature

We should extend the extension settings to allow to:

image

👣 How to start guide

extension settings are defined in the package.json. We should extend it with two new settings image

we should move the getExtensionSettings to a separate util file and refactor the TerminalCommandExecuter to use this util image

then in the CommandPanel we should modify the accountTreeView and appcatalogTreeView to execute the CliActions only if the setting is set to make those information visible image