leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
48 stars 22 forks source link

Feature request: Merge settings #25

Open haleyhitch opened 4 years ago

haleyhitch commented 4 years ago

By default the extension stores favorites.resources in .vscode/settings.json. You can also store favorites that you use in all workspaces in your user's settings.json. It would be nice if these two arrays were merged, rather than .vscode/settings.json's value overwriting settings.json's value.

leftstick commented 4 years ago

@geforcesong would you like to take a look?