Define favorite organizations and show only those
In the list of organizations, you will over time probably see a lot of them and not all are relevant anymore. To help with that, you can set up favorite organizations that will have a special icon and additionaly also define that only the favorites are visible:
- Open the extension settings
- Find the setting "Cc-azdevops: Favorite Organizations" and click on "Edit in settings.json". As the setting is an array, it needs to be configured manually in the settings file.
- If you e.g. have two organizations called "cc-ppi" and "cc-demo-devops" and you want to define them as favorites, put this in your config file:
"cc-azdevops.favoriteOrganizations": [
"cc-ppi",
"cc-demo-devops"
]
This will mean that those organizations get a golden globe as icon. If you want to only show those organizations, also activate the "Cc-azdevops: Only Show Favorite Organizations" setting.
If you had the organization list already open before changing the setting, you have to reload once.