1. 22 6月, 2020 2 次提交
  2. 15 6月, 2020 1 次提交
  3. 22 4月, 2020 1 次提交
  4. 17 4月, 2020 1 次提交
  5. 15 4月, 2020 2 次提交
  6. 09 4月, 2020 1 次提交
  7. 08 4月, 2020 1 次提交
  8. 06 4月, 2020 2 次提交
  9. 09 3月, 2020 1 次提交
  10. 04 3月, 2020 1 次提交
  11. 21 2月, 2020 1 次提交
  12. 14 2月, 2020 3 次提交
  13. 12 2月, 2020 1 次提交
  14. 11 2月, 2020 1 次提交
  15. 10 2月, 2020 1 次提交
  16. 04 2月, 2020 1 次提交
  17. 25 1月, 2020 1 次提交
  18. 24 1月, 2020 1 次提交
  19. 22 1月, 2020 1 次提交
  20. 16 1月, 2020 5 次提交
  21. 15 1月, 2020 1 次提交
  22. 14 1月, 2020 1 次提交
  23. 10 12月, 2019 1 次提交
    • S
      Viewlet Refactor (#85566) · cabcace4
      SteVen Batten 提交于
      * wip 2
      
      * use viewlet stubs
      
      * fix layering issue
      
      * fix saveState and contextmenus
      
      * move context menu logic into panecomposite
      
      * revert tasks.json
      
      * tasks again
      
      * add showHeaderInTitleWhenSingleView values
      
      * patch tests
      
      * some cleanup
      
      * more cleanup
      
      * start view
      
      * merging conflicts
      
      * fix title and dnd
      
      * adding missing api surface to pane composite
      
      * additional merge resolution
      cabcace4
  24. 21 11月, 2019 1 次提交
  25. 18 11月, 2019 1 次提交
  26. 29 10月, 2019 1 次提交
    • M
      Make createInstance stricter (#83472) · 7d0267f4
      Matt Bierner 提交于
      Part of #81574
      
      Makes the `createInstance` function signature more strict. Previously it inferred the argument types based on the actual argument values passed to `createInstance`. Instead, we now infer them from the constructor signature itself
      7d0267f4
  27. 23 10月, 2019 1 次提交
  28. 08 10月, 2019 1 次提交
    • M
      Marking a bunch of static variables as readonly · b0dccbcf
      Matt Bierner 提交于
      Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
      b0dccbcf
  29. 05 9月, 2019 1 次提交
  30. 30 8月, 2019 1 次提交
  31. 06 8月, 2019 1 次提交