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.
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'ssettings.json
. It would be nice if these two arrays were merged, rather than.vscode/settings.json
's value overwritingsettings.json
's value.