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

Allow per project hide/show region

Open drAlberT opened this issue 5 years ago • 3 comments

I'm always frustrated when I switch project (and client) and the regions being showed are not the right ones.

Screenshot 2020-08-30 at 11 26 43

It would be very useful to be possible to hide/show regions on a per project base.

Thanks

drAlberT avatar Aug 30 '20 09:08 drAlberT

This makes sense, though we need to figure out the experience for when a user opens a new workspace (so that users don't have to always re-select regions each time they open a new project).

Proposal

  • When user selects a region, Toolkit asks Show region in all workspaces?
    • Showing/hiding a region is(?) an uncommon task, so the extra prompt is acceptable.
    • If user chooses all workspaces then Toolkit stores the region in VSCode global settings; else in workspace-local settings.
  • When opening a new workspace, Toolkit shows regions stored in VSCode global settings.

justinmk3 avatar Aug 31 '20 18:08 justinmk3

Yes, your proposal is exactly what I meant.

On Mon, Aug 31, 2020, 20:47 Justin M. Keyes [email protected] wrote:

This makes sense, though we need to figure out the experience for when a user opens a new workspace (so that users don't have to always re-select regions each time they open a new project). Proposal

  • When user selects a region, Toolkit asks Show region in all workspaces?
    • Showing/hiding a region is(?) an uncommon task, so the extra prompt is acceptable.
    • If user chooses all workspaces then Toolkit stores the region in VSCode global settings; else in workspace-local settings.
  • When opening a new workspace, Toolkit shows regions stored in VSCode global settings.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aws/aws-toolkit-vscode/issues/1276#issuecomment-683961617, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALAHDFKGC7LVIJMIOHZBU3SDPV4VANCNFSM4QPQRFNQ .

drAlberT avatar Aug 31 '20 19:08 drAlberT

For reference, the show/hide region command was improved a bit here (not released yet): https://github.com/aws/aws-toolkit-vscode/pull/2569

justinmk3 avatar Apr 09 '22 01:04 justinmk3