How to hide quick add panel Backlogs Items using VSTS extension?

后端 未结 1 483
感情败类
感情败类 2021-01-25 10:07

I want to make an VSTS extension that can hide the quick add panel backlog items when loading the page.

quick add panel backlog items

The extension is made to t

相关标签:
1条回答
  • 2021-01-25 11:11

    The new style extensions (marketplace) are sandboxed and can only extend the UI in the way intended, e.g. add buttons, menu items, tabs, but they have very, very limited ways of changing the existing UI. Giving them access to the full DOM would allow them to break out of their security context and use elevated permissions by using existing features.

    What you want to do is still possible with the "Legacy Extensions"..

    0 讨论(0)
提交回复
热议问题