1. 26 7月, 2019 1 次提交
  2. 10 7月, 2019 1 次提交
    • A
      Adopt TerminalVirtualProcess for Custom task execution (#76852) · e84fc702
      Alex Ross 提交于
      * Adopt TerminalVirtualProcess for Custom task execution
      
      * Update Custom task execution API to return TerminalVirtualProcess in callback
      
      This also required the addtion of a start on the virtual terminal process
      
      * Clarify start API
      
      Fixes #76492
      e84fc702
  3. 20 6月, 2019 1 次提交
  4. 24 5月, 2019 1 次提交
  5. 18 5月, 2019 2 次提交
  6. 04 5月, 2019 1 次提交
    • P
      Rename username to author name. (#73137) · da3c97f3
      Peng Lyu 提交于
      * Rename user to author for Comment.
      
      * Make Comment interface
      
      * Fix #73170. Introduce CommentAuthorInformation
      
      * Fix #73145. Update range properly.
      da3c97f3
  7. 29 4月, 2019 1 次提交
  8. 16 4月, 2019 1 次提交
  9. 10 4月, 2019 1 次提交
  10. 05 4月, 2019 1 次提交
  11. 03 4月, 2019 1 次提交
  12. 26 3月, 2019 1 次提交
  13. 21 3月, 2019 1 次提交
  14. 20 3月, 2019 1 次提交
  15. 19 3月, 2019 1 次提交
  16. 14 3月, 2019 1 次提交
  17. 12 3月, 2019 3 次提交
  18. 11 3月, 2019 1 次提交
  19. 06 3月, 2019 2 次提交
  20. 20 2月, 2019 1 次提交
  21. 18 2月, 2019 1 次提交
  22. 14 2月, 2019 1 次提交
  23. 13 2月, 2019 5 次提交
  24. 12 2月, 2019 3 次提交
  25. 09 2月, 2019 1 次提交
  26. 08 2月, 2019 2 次提交
  27. 27 1月, 2019 2 次提交
  28. 23 1月, 2019 1 次提交
    • M
      Rename source.autoFix to source.fixAll · 508f4316
      Matt Bierner 提交于
      Part of #62110
      
      `autoFix` is a confusing term since we have a `auto fix` command now. Using `fix all` as this term is used by many linters for this type of operation
      508f4316