microsoft / azure-devops-extension-sdk

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

SDK.resize() does not resize dialog of vss-distributed-task-input.task-input-editor extension #24

Open artmasa opened 4 years ago

artmasa commented 4 years ago

When displaying an editor for an input I need to change the width of the dialog. The body of the extension html already has the right size for displaying the editor, but calling resize does not change the dialog width. Is there a way to interact with the width of the dialog from the input editor extension?