aws-toolkit-vscode icon indicating copy to clipboard operation
aws-toolkit-vscode copied to clipboard

Settings: `aws.resources.enabledResources` clutters the UI

Open JadenSimon opened this issue 2 years ago • 2 comments

Describe the bug Screen Shot 2022-05-03 at 2 22 52 PM

To Reproduce

  1. Right click the "Resources"
  2. Select "Show Resources..."
  3. 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.

JadenSimon avatar May 03 '22 21:05 JadenSimon

👍 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".

justinmk3 avatar May 03 '22 21:05 justinmk3

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.

JadenSimon avatar May 03 '22 22:05 JadenSimon