• M
    Custom Editors: pass original edit objects back to extensions · ff9fd2fa
    Matt Bierner 提交于
    For #88719
    
    With this change, instead of passing custom editor edit json back and forth with the extension host, we keep the original edit objects on the extension host. This means that we can pass extensions back the exact same edit object they first hand to us. It also means that edits no longer need to be json serializable.
    ff9fd2fa
customEditor.ts 6.3 KB