seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

Append Workspace Action Buttons to Already Existing User Setting Action Buttons #90

Open mkormendy opened 3 months ago

mkormendy commented 3 months ago

Setup: I have a set of action buttons defined in my User Settings, these are general settings that I use across many different projects and workspaces. I also have a second set of action buttons defined in a code-workspace file that are specific to a project.

Expected Outcome: When I load up a workspace, the IDE should load the general UserSettings-defined Action Buttons first and append the Workspace-defined Action Buttons after.

What Happens Instead: The Workspace-defined Action Buttons replace the User Setting defined ones completely.

Anything Else?: Maybe there should be an option setting for Action Buttons to append, prepend, or override the User Setting Action Buttons to/with Workspace defined ones, and this setting may be placed in the Workspace configuration for specificity to a project vs general IDE priority.