💡 [Feature]: Remove or Refactor the show/hide tenant wide extension list #325
Labels
⭐ enhancement
New feature or request
💪 good first issue
Good for newcomers
🙏 help wanted
Open for contributors
Milestone
🎯 Aim of the feature
Since now the list of extensions only loads when the node is expanded to ensure that the additional API calls don't affect the extension load time there is little sense in having the setting that allows to show/hide the extension list. We could consider the following:
📷 Images (if possible) with expected result
The issue relates to the following setting:
🤔 Additional remarks or comments
Related issue #215
Tagging @Saurabh7019 as initial author of this idea 👍. You Rock 🤩
Prototype
vscode-viva/package.json
Lines 187 to 191 in 5919011
it should be something like
Show apps in app catalogs
and description likeWhen set it will load all apps in every app catalog on your tenant
vscode-viva/src/panels/CommandPanel.ts
Line 176 in 5919011
vscode-viva/src/panels/CommandPanel.ts
Line 200 in 5919011
true
by defaultThe text was updated successfully, but these errors were encountered: