1. 18 7月, 2020 7 次提交
  2. 16 7月, 2020 3 次提交
  3. 01 7月, 2020 1 次提交
  4. 23 6月, 2020 1 次提交
    • C
      notebooks: pipe renderer API postmessages to the renderer itself (#100414) · a57cb45b
      Connor Peet 提交于
      * notebooks: pipe renderer API postmessages to the renderer itself
      
      Previously the postMessage on acquireNotebookRenderer API was just
      a proxy to the global vscode postmessage. Now, it's linked to the
      renderer and will cause an optional `onDidReceiveMessage` method on
      the renderer to be called.
      
      The message still _also_ goes to the global webview message handling
      for advanced use cases, but this change allows the webview<->renderer
      communication to be more nicely contained
      and separate for most use cases.
      
      * wip
      
      * fixup! pr comments
      a57cb45b
  5. 20 6月, 2020 1 次提交
  6. 19 6月, 2020 1 次提交
  7. 18 6月, 2020 1 次提交
  8. 17 6月, 2020 2 次提交
  9. 13 6月, 2020 1 次提交
  10. 09 6月, 2020 1 次提交
  11. 06 6月, 2020 1 次提交
  12. 05 6月, 2020 1 次提交
  13. 03 6月, 2020 1 次提交
  14. 31 5月, 2020 2 次提交
  15. 29 5月, 2020 1 次提交
  16. 28 5月, 2020 2 次提交
  17. 27 5月, 2020 2 次提交
  18. 26 5月, 2020 1 次提交
  19. 21 5月, 2020 1 次提交
  20. 20 5月, 2020 1 次提交
  21. 19 5月, 2020 5 次提交
  22. 18 5月, 2020 1 次提交
  23. 15 5月, 2020 1 次提交
  24. 14 5月, 2020 1 次提交