The extension was started from this ReactJS sample: https://github.com/microsoft/azure-devops-extension-sample
This sample is also interesting for hot reloading: https://github.com/microsoft/azure-devops-extension-hot-reload-and-debug
Icon list: https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font & https://uifabricicons.azurewebsites.net/
Azure DevOps design: https://developer.microsoft.com/en-us/azure-devops
Extension manifest: https://learn.microsoft.com/en-us/azure/devops/extend/develop/manifest?view=azure-devops#scopes
Extensibility points (partial): https://learn.microsoft.com/en-us/azure/devops/extend/reference/targets/overview?view=azure-devops
Extension authentication: https://learn.microsoft.com/en-us/azure/devops/extend/develop/auth?view=azure-devops
- There is an issue with unit tests, that has the same symptoms as this: nrwl/nx#812