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]: make walkthrough button more visible in welcome experience #261

Open Adam-it opened 4 days ago

Adam-it commented 4 days ago

🎯 Aim of the feature

The aim is to make the walkthrough button more visible in the welcome view. Currently, it is presented as a simple link at the bottom

image

The aim is to refactor it to a separate button instead of a link that could be under the 'Install dependencies' button. It could have a header above it like "Learn more about SharePoint Framework and this toolkit"

📷 Images (if possible) with expected result

image

🤔 Additional remarks or comments

in VS Code the welcome experience is fully created based on a string 😱 added directly in package.json image

currently there is no way to improve/extract it and this is how it is suppose to be done according to the docs.

https://code.visualstudio.com/api/ux-guidelines/views#welcome-views

this is the part that needs to be extended