microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
125 stars 39 forks source link

Fixing Page Context #89

Closed lohitakshgupta closed 11 months ago

lohitakshgupta commented 11 months ago

pageContext returned from extension handshake result is within the context object. In the SDK, it was outside the context object. Putting it back properly.

Issues addressed: