microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
122 stars 38 forks source link

Add widget support #100

Closed bworline closed 5 months ago

bworline commented 5 months ago

These additions are required for Widget support in azure-devops-extension-sdk.

Everything added was copied from vss-web-extension-sdk. Most of it is typings from tfs.d.ts and vss.d.ts, and there is a wee bit of implementation (ConfigurationEvent).

Addresses issue #22, #17.

bworline commented 5 months ago

I've abandoned this PR because the change has instead been added to the azure-devops-extension-api repo in this PR: https://github.com/microsoft/azure-devops-extension-api/pull/120