1. 22 9月, 2021 1 次提交
  2. 11 9月, 2021 1 次提交
  3. 01 9月, 2021 1 次提交
  4. 20 8月, 2021 2 次提交
  5. 12 8月, 2021 5 次提交
  6. 29 7月, 2021 1 次提交
  7. 17 7月, 2021 1 次提交
    • M
      Remove the built-in markdown rendering for notebooks (#128806) · 27858a0f
      Matt Bierner 提交于
      This switches our notebooks to always use contributed markdown rendering instead of our built-in markdown renderer
      
      We'd held off on switching over due to accessibility. I've tried to address this using the `aria-describedby` attributed to link the markdown container with a copy of rendered (and sanitized) html from the webview.
      27858a0f
  8. 11 6月, 2021 1 次提交
  9. 09 6月, 2021 1 次提交
  10. 04 6月, 2021 1 次提交
  11. 27 5月, 2021 1 次提交
  12. 26 5月, 2021 4 次提交
  13. 20 5月, 2021 1 次提交
  14. 13 5月, 2021 1 次提交
  15. 12 5月, 2021 6 次提交
  16. 10 5月, 2021 1 次提交
  17. 30 4月, 2021 1 次提交
  18. 24 4月, 2021 1 次提交
  19. 22 4月, 2021 1 次提交
  20. 15 4月, 2021 1 次提交
  21. 09 4月, 2021 1 次提交
  22. 08 4月, 2021 1 次提交
  23. 01 4月, 2021 1 次提交
  24. 30 3月, 2021 1 次提交
  25. 12 3月, 2021 2 次提交
    • M
      Add version to MarkdownCellViewModel · 6ea4b1cd
      Matt Bierner 提交于
      Forgot in previous commit
      6ea4b1cd
    • P
      Notebook custom markdown renderer optimization (#118288) · d5f47dfb
      Peng Lyu 提交于
      * display change is less noticeable than top. re #118021.
      
      * remove markdown preview only when it is hidden or deleted.
      
      * wrong change.
      
      * Update terminalProcessManager.ts
      
      * Fix #117903
      
      * inset -> output.
      
      * logging.
      
      * markdown cell minHeight leads to wrong init height calculation.
      
      * fix padding
      
      * add a bit more logging
      
      * allow cache
      
      * Try to avoid extra promise chaining for posting into a webview
      
      This moves the `<webview>` based webviews to use a queue of pending messages while the webview itself is being prepared. This lets us avoid calling `.then` if the webview has already been resolved
      
      * clean up for merge.
      
      * no optimization for scrollTop > 0
      
      * Use visibility instead of display to show markdown cells
      
      * Use hideMarkdownPreview when a cell is folded
      
      * viewport trick.
      
      * warmup viewport +/- 1 on scroll.
      
      * 💄
      
      * guard npe.
      
      * warmup based on view height.
      
      * Update terminalProcessManager.ts
      
      * Use fixed heights for markdown headers
      
      * Fix createMarkdownPreview creating webview markdown cells even if they are disabled
      
      * Remove test file
      Co-authored-by: NDaniel Imms <daimms@microsoft.com>
      Co-authored-by: NRachel Macfarlane <ramacfar@microsoft.com>
      Co-authored-by: NMatt Bierner <matb@microsoft.com>
      d5f47dfb
  26. 10 3月, 2021 1 次提交