Help using azure devops SDK package in extension development process
I'm developing an Azure DevOps extension that adds a custom button to the work item form. When a user clicks this button, a third-party API should be called and its response displayed directly on the work item. I've already implemented the API call, but now I need guidance on how to integrate the Azure DevOps SDK to update the work item view with the API response. Could you advise on the ideal project structure and what changes are required in the vss-extension.json file to support this functionality? Or if there is a way to work with CDN , could you help me with the right CDN link and correct method name to start the .init() process.