Is your feature request related to a problem? Please describe
I have conventional commits scopes that apply both globally to all my repositories as well as some that are specific to individual repositories. When I get to the step in the UI of picking a scope, it looks like I can only pick from either global or workspace scopes (depending on the setting for where the extension stores scopes) but not both.
Describe the solution you'd like
I would like for the available scopes to be pulled both from user and workspace settings, covering scopes defined in each.
Describe alternatives you've considered
Most of my scopes are specific to a workspace repository. The only workaround I know of is to reconfigure every global scope in each workspace settings file, but this is not very elegant or scalable.
Additional context
I do like the feature where I can configure the extension to save new scopes to my local workspace settings. Nothing there needs to change, just the ability to offer scopes defined at the user level on top of those. This would let you use scopes you have manually added to your user settings JSON while still letting the extension write to workspace settings.
Is your feature request related to a problem? Please describe
I have conventional commits scopes that apply both globally to all my repositories as well as some that are specific to individual repositories. When I get to the step in the UI of picking a scope, it looks like I can only pick from either global or workspace scopes (depending on the setting for where the extension stores scopes) but not both.
Describe the solution you'd like
I would like for the available scopes to be pulled both from user and workspace settings, covering scopes defined in each.
Describe alternatives you've considered
Most of my scopes are specific to a workspace repository. The only workaround I know of is to reconfigure every global scope in each workspace settings file, but this is not very elegant or scalable.
Additional context
I do like the feature where I can configure the extension to save new scopes to my local workspace settings. Nothing there needs to change, just the ability to offer scopes defined at the user level on top of those. This would let you use scopes you have manually added to your user settings JSON while still letting the extension write to workspace settings.