aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
Allow per project hide/show region
I'm always frustrated when I switch project (and client) and the regions being showed are not the right ones.

It would be very useful to be possible to hide/show regions on a per project base.
Thanks
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 workspacesthen 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.
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 .
For reference, the show/hide region command was improved a bit here (not released yet): https://github.com/aws/aws-toolkit-vscode/pull/2569