1. 16 1月, 2020 2 次提交
  2. 14 1月, 2020 1 次提交
  3. 13 1月, 2020 1 次提交
  4. 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
  5. 25 11月, 2019 1 次提交
  6. 22 11月, 2019 2 次提交
  7. 21 11月, 2019 1 次提交
  8. 19 11月, 2019 1 次提交
  9. 08 11月, 2019 2 次提交
  10. 01 11月, 2019 1 次提交
  11. 29 10月, 2019 2 次提交
    • J
      fixes #72973 · 30ad9f9c
      Joao Moreno 提交于
      30ad9f9c
    • 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
  12. 15 10月, 2019 2 次提交
  13. 12 10月, 2019 1 次提交
  14. 11 10月, 2019 4 次提交
  15. 09 10月, 2019 1 次提交
  16. 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
  17. 07 10月, 2019 1 次提交
  18. 02 10月, 2019 2 次提交
  19. 26 9月, 2019 3 次提交
  20. 25 9月, 2019 1 次提交
  21. 24 9月, 2019 1 次提交
  22. 23 9月, 2019 1 次提交
  23. 20 9月, 2019 4 次提交
  24. 18 9月, 2019 3 次提交