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

🐞 [Bug]: The extension reads sample data from dev branch not main #103

Closed Adam-it closed 8 months ago

Adam-it commented 9 months ago

📝 Describe the bug

The problem is that the extension reads sample data from dev branch not main. We should update the endpoint https://github.com/pnp/vscode-viva/blob/b29fb6974dbc1bd24bb957c405962283265361fe/src/webview/view/hooks/useSamples.tsx#L8

it is quite low as for now we may run the flow manually against dev branch and update this as well

👣 Steps To Reproduce

Enter samples view and search for something recently added

📜 Expected behavior

Should show the latest samples added

💻 Desktop (please complete the following information):

Adam-it commented 8 months ago

merged to dev