1. 23 9月, 2020 1 次提交
  2. 22 9月, 2020 1 次提交
  3. 18 9月, 2020 1 次提交
  4. 26 8月, 2020 1 次提交
  5. 25 8月, 2020 1 次提交
  6. 18 8月, 2020 1 次提交
  7. 14 7月, 2020 1 次提交
  8. 01 7月, 2020 1 次提交
  9. 26 6月, 2020 1 次提交
  10. 22 6月, 2020 1 次提交
  11. 19 6月, 2020 1 次提交
  12. 29 5月, 2020 1 次提交
  13. 21 5月, 2020 1 次提交
  14. 23 4月, 2020 1 次提交
  15. 22 4月, 2020 2 次提交
    • M
      Add SyncActionDescriptor.from helper (#95731) · 7aa60aef
      Matt Bierner 提交于
      * Add SyncActionDescriptor.from
      
      There are a whole lot of places in our code where have the following pattern:
      
      ```
      actionRegistry.registerWorkbenchAction(SyncActionDescriptor.create(CreateNewLocalTerminalAction, CreateNewLocalTerminalAction.ID, CreateNewLocalTerminalAction.LABEL));
      ```
      
      Notice how the class name has to be repeated  three times.
      
      This change introduces a helper function `SyncActionDescriptor.from` that lets you instead just pass in the class:
      
      ```js
      actionRegistry.registerWorkbenchAction(SyncActionDescriptor.create(CreateNewLocalTerminalAction));
      ```
      
      * Avoid cast
      7aa60aef
    • S
      add alwaysUseContainerInfo for built-in viewlets · 37485c25
      SteVen Batten 提交于
      37485c25
  16. 08 4月, 2020 2 次提交
  17. 06 4月, 2020 1 次提交
  18. 26 3月, 2020 1 次提交
  19. 10 3月, 2020 1 次提交
  20. 27 2月, 2020 1 次提交
  21. 21 2月, 2020 1 次提交
  22. 19 2月, 2020 1 次提交
  23. 13 2月, 2020 1 次提交
  24. 31 1月, 2020 2 次提交
  25. 24 1月, 2020 2 次提交
  26. 22 1月, 2020 2 次提交
  27. 16 1月, 2020 1 次提交
  28. 15 1月, 2020 2 次提交
  29. 13 1月, 2020 1 次提交
  30. 30 12月, 2019 1 次提交
  31. 23 12月, 2019 1 次提交
  32. 20 12月, 2019 1 次提交
  33. 19 12月, 2019 1 次提交
  34. 12 12月, 2019 1 次提交