{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":488870156,"defaultBranch":"main","name":"vscode-viva","ownerLogin":"pnp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-05T07:19:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/31443929?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722985712.0","currentOid":""},"activityList":{"items":[{"before":"0972f0992f7e0256bbcf3ff0099835f0ea41255b","after":"e2eec69d7bceea8914142d2eb160e07c089ad4fe","ref":"refs/heads/dev","pushedAt":"2024-08-06T23:11:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Pre-Release v3.4.1","shortMessageHtmlLink":"Pre-Release v3.4.1"}},{"before":"df1138804f39245186eafdc1155f0728087675ef","after":null,"ref":"refs/heads/refactor-account-view","pushedAt":"2024-08-06T23:08:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"}},{"before":"b66d97f889c913a416518ec0b4e426c373cfb2f9","after":"36fd5ba88b7ea7c5bb47f7703e9d1402921ca1b8","ref":"refs/heads/main","pushedAt":"2024-08-06T23:04:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Updates GitHub Workflows","shortMessageHtmlLink":"Updates GitHub Workflows"}},{"before":"b04628485d185bc55068377700731389d516d342","after":"0972f0992f7e0256bbcf3ff0099835f0ea41255b","ref":"refs/heads/dev","pushedAt":"2024-08-05T22:44:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Pre-Release v3.4.1","shortMessageHtmlLink":"Pre-Release v3.4.1"}},{"before":"5e57f5d3391bd47b63b2a9e15ef6f58f22d35949","after":"b04628485d185bc55068377700731389d516d342","ref":"refs/heads/dev","pushedAt":"2024-08-05T22:36:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Improves account and env view. Closes: #278 (#284)\n\n## 🎯 Aim\r\n\r\nThe aim is to make account and enviroment views more bulletproof and\r\nproperly display views when CLI command extecution gets rejected due to\r\nlack of permission\r\n\r\n## 📷 Result\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/4b49a22d-a33f-4785-ab31-e6b73afe21e9)\r\n\r\n\r\n## ✅ What was done\r\n\r\n\r\n- [X] Added simple error handling to cover the reject case\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #278","shortMessageHtmlLink":"Improves account and env view. Closes: #278 (#284)"}},{"before":"4199660653a87fb2dbd2a7375b817e6fd2d39c28","after":"df1138804f39245186eafdc1155f0728087675ef","ref":"refs/heads/refactor-account-view","pushedAt":"2024-08-05T22:34:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"fixup","shortMessageHtmlLink":"fixup"}},{"before":"9a0474a6e559332e64ae51a50df68f67b5e64c12","after":"4199660653a87fb2dbd2a7375b817e6fd2d39c28","ref":"refs/heads/refactor-account-view","pushedAt":"2024-08-05T22:21:54.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Merge branch 'dev' into refactor-account-view","shortMessageHtmlLink":"Merge branch 'dev' into refactor-account-view"}},{"before":"b6093063a763f4d444145240cebfed8f514759d7","after":"5e57f5d3391bd47b63b2a9e15ef6f58f22d35949","ref":"refs/heads/dev","pushedAt":"2024-08-05T22:07:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Adds settings to show and hide health incidents and tenant wide extensions. Closes: #200 (#281)\n\n## 🎯 Aim\r\n\r\nThis PR implements the required settings of issue\r\n[#200](https://github.com/pnp/vscode-viva/issues/200).\r\n\r\n## 📷 Result\r\n\r\n\r\n![image](https://github.com/user-attachments/assets/ec83766a-d8c6-45f9-ad49-29fb53b82703)\r\n\r\n\r\n## ✅ What was done\r\n\r\nAdded two settings for the extension:\r\n- showServiceIncidentList\r\n- showTenantWideExtensions\r\n\r\nUpdated the `TerminalCommandExecuter` extracting the\r\n`getExtensionSettings` method and creating a dedicated util file.\r\n\r\nUpdated the `CommandPanel` to keep into account the new settings when\r\nloading and showing data.\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #200\r\n\r\n---------\r\n\r\nCo-authored-by: Saurabh Tripathi \r\nCo-authored-by: Adam Wójcik \r\nCo-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com>\r\nCo-authored-by: Adam Wójcik <58668583+Adam-it@users.noreply.github.com>","shortMessageHtmlLink":"Adds settings to show and hide health incidents and tenant wide exten…"}},{"before":"3f0d2e8448b21a886e058b204fc27c7e4ca419ab","after":null,"ref":"refs/heads/fixup-to-npm-install-command-on-startup","pushedAt":"2024-08-05T21:50:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"}},{"before":"fb7e9b26ffba8d93a03ceb027ec41bdce5832557","after":"b6093063a763f4d444145240cebfed8f514759d7","ref":"refs/heads/dev","pushedAt":"2024-08-05T21:50:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Updates terminal usage to use TerminalCommandExecuter service. Closes: #246 (#280)\n\n## 🎯 Aim\r\n\r\nThe aim is to refactor the way start and run commands in integrated VS\r\nCode terminal. The idea is to aling the approach by using the dedicated\r\nTerminal service which was developed for exactly that.\r\n\r\n## ✅ What was done\r\n\r\n- [X] Removes all direct usage of `terminal` and refactors it to same\r\napproach\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #246","shortMessageHtmlLink":"Updates terminal usage to use TerminalCommandExecuter service. Closes: "}},{"before":null,"after":"9a0474a6e559332e64ae51a50df68f67b5e64c12","ref":"refs/heads/refactor-account-view","pushedAt":"2024-07-28T22:18:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Adds command reject handling","shortMessageHtmlLink":"Adds command reject handling"}},{"before":"6813be94d916600abcedc48fd9c92b935ecc27de","after":null,"ref":"refs/heads/update-sample-data","pushedAt":"2024-07-28T20:01:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"}},{"before":"fb7e9b26ffba8d93a03ceb027ec41bdce5832557","after":"b66d97f889c913a416518ec0b4e426c373cfb2f9","ref":"refs/heads/main","pushedAt":"2024-07-28T20:01:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Sample data update (#277)\n\nAutomated check and update of SPFx extensions and webparts samples data\r\nand aces sample data.\r\n\r\nCo-authored-by: Adam-it ","shortMessageHtmlLink":"Sample data update (#277)"}},{"before":"47efd347b207ca23361a23761949b3d6aeafd8d7","after":"3f0d2e8448b21a886e058b204fc27c7e4ca419ab","ref":"refs/heads/fixup-to-npm-install-command-on-startup","pushedAt":"2024-07-27T23:53:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"fixup","shortMessageHtmlLink":"fixup"}},{"before":null,"after":"47efd347b207ca23361a23761949b3d6aeafd8d7","ref":"refs/heads/fixup-to-npm-install-command-on-startup","pushedAt":"2024-07-27T23:45:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Updates terminal usage to use TerminalCommandExecuter service","shortMessageHtmlLink":"Updates terminal usage to use TerminalCommandExecuter service"}},{"before":null,"after":"6813be94d916600abcedc48fd9c92b935ecc27de","ref":"refs/heads/update-sample-data","pushedAt":"2024-07-20T12:09:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updates sample data","shortMessageHtmlLink":"Updates sample data"}},{"before":"b2a0f90548f60341237fa69d95cb09fa35a9cdb0","after":"fb7e9b26ffba8d93a03ceb027ec41bdce5832557","ref":"refs/heads/dev","pushedAt":"2024-07-18T22:47:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Release v3.4.0 (#275)\n\n## 🎯 Aim\r\n\r\nThe aim is to prepare a new minor release with the latest changes that\r\nintroduced improvements in the welcome experience, filter sample gallery\r\nand create a project walkthrough step,\r\n\r\n## 📷 Result\r\n\r\n![image](https://github.com/user-attachments/assets/0eecddcd-077f-4a5c-9c5c-36067e451102)\r\n\r\n## ✅ What was done\r\n\r\n- [X] Improves welcome experience\r\n- [X] Fixes lags in sample gallery search\r\n- [X] Improves sample gallery filter functionalities\r\n- [X] Improves create project step in walkthrough\r\n\r\n---------\r\n\r\nCo-authored-by: Saurabh Tripathi \r\nCo-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com>","shortMessageHtmlLink":"Release v3.4.0 (#275)"}},{"before":"13484e740b976dbf3bc0f7a210391bfb091e4819","after":"fb7e9b26ffba8d93a03ceb027ec41bdce5832557","ref":"refs/heads/main","pushedAt":"2024-07-18T22:08:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Release v3.4.0 (#275)\n\n## 🎯 Aim\r\n\r\nThe aim is to prepare a new minor release with the latest changes that\r\nintroduced improvements in the welcome experience, filter sample gallery\r\nand create a project walkthrough step,\r\n\r\n## 📷 Result\r\n\r\n![image](https://github.com/user-attachments/assets/0eecddcd-077f-4a5c-9c5c-36067e451102)\r\n\r\n## ✅ What was done\r\n\r\n- [X] Improves welcome experience\r\n- [X] Fixes lags in sample gallery search\r\n- [X] Improves sample gallery filter functionalities\r\n- [X] Improves create project step in walkthrough\r\n\r\n---------\r\n\r\nCo-authored-by: Saurabh Tripathi \r\nCo-authored-by: Luccas Castro <64063580+DevPio@users.noreply.github.com>","shortMessageHtmlLink":"Release v3.4.0 (#275)"}},{"before":"7a24453e50918cf04ae62ed9a40895afc009552d","after":"b2a0f90548f60341237fa69d95cb09fa35a9cdb0","ref":"refs/heads/dev","pushedAt":"2024-07-18T21:59:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Adds Release changes","shortMessageHtmlLink":"Adds Release changes"}},{"before":"51cf7f69ad6cb055d45f78e57b1eac7c9afc5a36","after":"7a24453e50918cf04ae62ed9a40895afc009552d","ref":"refs/heads/dev","pushedAt":"2024-07-12T21:21:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Pre Release","shortMessageHtmlLink":"Pre Release"}},{"before":"db267fe2d0be1e6648f526d3d537939ca7969b73","after":"51cf7f69ad6cb055d45f78e57b1eac7c9afc5a36","ref":"refs/heads/dev","pushedAt":"2024-07-12T20:14:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Improves welcome experience (#274)\n\n## 🎯 Aim\r\n\r\nThe previous text was replaced with a button\r\n\r\n## 📷 Result\r\n\r\n![image](https://github.com/user-attachments/assets/6cde9cf1-bd90-45bd-91b4-8db51d9dbce5)\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #261","shortMessageHtmlLink":"Improves welcome experience (#274)"}},{"before":"df2e7f3d1b0f5e962faab8ee4996d497d2b04bf3","after":null,"ref":"refs/heads/updates-readme","pushedAt":"2024-07-07T22:22:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"}},{"before":"d1eced5feebaa43e2cdfe72cdcf3b0a9ce0ba159","after":"db267fe2d0be1e6648f526d3d537939ca7969b73","ref":"refs/heads/dev","pushedAt":"2024-07-07T22:22:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Updates Readme (#272)\n\n## 🎯 Aim\r\n\r\nUpdate readme\r\n\r\nCloses: #271","shortMessageHtmlLink":"Updates Readme (#272)"}},{"before":null,"after":"df2e7f3d1b0f5e962faab8ee4996d497d2b04bf3","ref":"refs/heads/updates-readme","pushedAt":"2024-07-07T22:19:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Updates Readme","shortMessageHtmlLink":"Updates Readme"}},{"before":"1e677e9134ce4f4efafd8f55ea8d2c583b386b9d","after":"d1eced5feebaa43e2cdfe72cdcf3b0a9ce0ba159","ref":"refs/heads/dev","pushedAt":"2024-07-07T22:06:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Pre Release","shortMessageHtmlLink":"Pre Release"}},{"before":"05cd23850fbd32b652dfdea60abba90d9e8373eb","after":"1e677e9134ce4f4efafd8f55ea8d2c583b386b9d","ref":"refs/heads/dev","pushedAt":"2024-07-07T21:28:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Improve create new project walkthrough step. (#270)\n\n## 🎯 Aim\r\n\r\nImproves create new project walkthrough step with SPFx component types.\r\n\r\n## 📷 Result\r\n\r\n\r\n![image](https://github.com/pnp/vscode-viva/assets/18114579/c5a28884-834b-4eb5-b751-069a03ebd664)\r\n\r\n## ✅ What was done\r\n\r\n- [X] Updated create-new-project.md file\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #267","shortMessageHtmlLink":"Improve create new project walkthrough step. (#270)"}},{"before":"c75feb5429b7518222a873720ab8ae56f4ea05fc","after":"05cd23850fbd32b652dfdea60abba90d9e8373eb","ref":"refs/heads/dev","pushedAt":"2024-07-07T21:10:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Adds additional capabilities to sample view (#259)\n\n## 🎯 Aim\r\n\r\nThis pull request introduces several enhancements to improve the user\r\nexperience and functionality of the application:\r\n\r\nFilter Management Enhancement: Implemented a feature to display selected\r\nfilters prominently and provide a clear button to reset filters,\r\ninspired by TT's intuitive design.\r\n\r\nFilter State Persistence: Fixed an issue where navigating back from the\r\ndetail view would reset filter selections, ensuring that selected\r\nfilters persist across navigation sessions.\r\n\r\nScroll Behavior Improvement: Addressed a UI issue in the samples gallery\r\nwhere scrolling position in detail views was not consistently reset to\r\nthe top, now ensuring a consistent user experience.\r\n\r\nThese enhancements aim to enhance usability, streamline user interaction\r\nwith filters, and improve overall navigation consistency within the\r\napplication.\r\n\r\n## 📷 Result\r\n\r\n\r\n![1](https://github.com/pnp/vscode-viva/assets/64063580/43dfea1f-fcf3-440b-8a75-8902546bfbaa)\r\n\r\n\r\n\r\n![2](https://github.com/pnp/vscode-viva/assets/64063580/92e25eb6-e0fd-4a8b-8f2d-b1b671a0cdcf)\r\n\r\n\r\n\r\n![3](https://github.com/pnp/vscode-viva/assets/64063580/d3c5183e-d411-4a64-ac48-b53a15b12909)\r\n\r\n\r\n## ✅ What was done\r\n\r\n\r\n- [X] Added selected filters and clear filters button, similar to TT's\r\nstyle, with tags representing each filter set and a button to clear all\r\nselected filters.\r\n\r\n- [X] Fixed issue where navigating back from the detail view didn't\r\npreserve filter state, now filters remain selected as expected.\r\n\r\n\r\n- [X] Addressed issue in samples gallery where scrolling in the previous\r\nview not at the top resulted in lower scroll position in detail view;\r\nnow sets scroll position to the top.\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #155","shortMessageHtmlLink":"Adds additional capabilities to sample view (#259)"}},{"before":"8518752319dece3497e71ab7288f581183c4ea93","after":"c75feb5429b7518222a873720ab8ae56f4ea05fc","ref":"refs/heads/dev","pushedAt":"2024-06-29T23:00:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Pre Release","shortMessageHtmlLink":"Pre Release"}},{"before":"13484e740b976dbf3bc0f7a210391bfb091e4819","after":"8518752319dece3497e71ab7288f581183c4ea93","ref":"refs/heads/dev","pushedAt":"2024-06-29T22:57:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Fixes SearchBar lag issue. (#256)\n\n## 🎯 Aim\r\n\r\nFixes SearchBar lag issue. \r\n\r\n## 📷 Result\r\n\r\n![issue-220](https://github.com/pnp/vscode-viva/assets/18114579/feebd3c0-3505-47b0-82fb-5441809e777b)\r\n\r\n## ✅ What was done\r\n\r\n- [X] Added `use-debounce` package.\r\n- [X] Modified `SearchBar` component to debounce search query.\r\n\r\n## 🔗 Related issue\r\n\r\nCloses: #220","shortMessageHtmlLink":"Fixes SearchBar lag issue. (#256)"}},{"before":"34890c3f67348fef48d4de6332b5dda18dc9bb61","after":"13484e740b976dbf3bc0f7a210391bfb091e4819","ref":"refs/heads/dev","pushedAt":"2024-06-16T00:02:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Adam-it","name":"Adam Wójcik","path":"/Adam-it","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/58668583?s=80&v=4"},"commit":{"message":"Sample data update (#257)\n\nAutomated check and update of SPFx extensions and webparts samples data\r\nand aces sample data.\r\n\r\nCo-authored-by: Adam-it ","shortMessageHtmlLink":"Sample data update (#257)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEk5ouvQA","startCursor":null,"endCursor":null}},"title":"Activity · pnp/vscode-viva"}