1. 12 8月, 2020 1 次提交
  2. 11 8月, 2020 2 次提交
  3. 04 8月, 2020 3 次提交
  4. 03 8月, 2020 1 次提交
  5. 02 8月, 2020 1 次提交
  6. 31 7月, 2020 1 次提交
  7. 21 7月, 2020 2 次提交
  8. 18 7月, 2020 2 次提交
  9. 17 7月, 2020 3 次提交
  10. 16 7月, 2020 3 次提交
  11. 09 7月, 2020 1 次提交
  12. 27 6月, 2020 1 次提交
  13. 23 6月, 2020 2 次提交
    • C
      notebooks: fix renderer message passing being broken · aa01066b
      Connor Peet 提交于
      aa01066b
    • 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
  14. 18 6月, 2020 2 次提交
  15. 17 6月, 2020 3 次提交
  16. 13 6月, 2020 2 次提交
    • R
      98c30651
    • C
      notebooks: add ID for rich outputs, expose to renderer and webview · 1d1b452f
      Connor Peet 提交于
      Some API changes:
      
       - I changed the second param of NotebookOutputRenderer.render to a
         `NotebookRenderRequest` since we were up to four parameters already.
       - The request contains a unique `outputId`, which is generated when
         output is first created or restored (the ID is not stable if a
      	 notebook is closed and reopened)
       - I changed the renderer events to `onDidCreateOutput` and
         `onWillDestroyOutput` since they're for outputs, not cells.
       - Additionally, they're called with objects that contain the output
         ID to render.
      1d1b452f
  17. 12 6月, 2020 1 次提交
  18. 10 6月, 2020 1 次提交
  19. 09 6月, 2020 2 次提交
  20. 03 6月, 2020 1 次提交
  21. 31 5月, 2020 2 次提交
  22. 29 5月, 2020 3 次提交