• M
    Switch webview api back to use delegate model · 9dae408d
    Matt Bierner 提交于
    For #77131
    
    Going back the the delegate based model for a few reasons:
    
    - It gives us a better approach to add additional API hooks in the future (such as for rename)
    
    - In practive, the capabilities were almost always the same as the `userData` on the document. It is rather confusing to have both `userData` and the capabilities 'on' the document
    9dae408d
extHost.protocol.ts 68.5 KB