aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
Settings: `aws.resources.enabledResources` clutters the UI
Describe the bug
To Reproduce
- Right click the "Resources"
- Select "Show Resources..."
- Enable a bunch of resources (or all of them)
Expected Behavior
Either don't show this in the settings UI at all, or tweak the schema so it doesn't render as a list.
👍 we have a UI to select these, so the settings form doesn't need to show it.
OTOH, I wonder why vscode doesn't render these as a "click to pick".
Probably because it's tailored towards a small number of items. Could put in a feature request I suppose, though I've noticed that small UI/UX improvements for extensions don't get picked up. May need to propose an API for more control.