1. 13 6月, 2019 1 次提交
  2. 12 6月, 2019 1 次提交
  3. 08 6月, 2019 1 次提交
    • M
      Use readonly arrays for the vscode.DiagnosticCollection api · 84485121
      Matt Bierner 提交于
      ## Problem
      The diagnostic collection object is set up so that it does not mutate the arrays of diagnostics you pass to it. It also does not expect or allow mutation of diagnostics that it returns.
      
      However it it currently typed using normal arrays. This means that if an extension (such as JS/TS) wishes to use readonly diagnostics intnernally, it cannot do so without casting.
      
      ## Proposed Fix
      Use `ReadonlyArray` in diagnostic collection. This should be a safe change for the `set` type methods. The changes to `get` and `forEach` have the risk of breaking the typing of some extensions, but `get` already returned a frozen array of diagnostic so trying to mutate the array itself would have resulted in runtime error.
      84485121
  4. 06 6月, 2019 1 次提交
  5. 05 6月, 2019 1 次提交
  6. 03 6月, 2019 1 次提交
  7. 30 5月, 2019 2 次提交
  8. 29 5月, 2019 3 次提交
  9. 27 5月, 2019 2 次提交
  10. 23 5月, 2019 1 次提交
  11. 22 5月, 2019 3 次提交
  12. 21 5月, 2019 1 次提交
  13. 18 5月, 2019 1 次提交
  14. 15 5月, 2019 1 次提交
  15. 09 5月, 2019 1 次提交
  16. 07 5月, 2019 1 次提交
  17. 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
  18. 01 5月, 2019 1 次提交
  19. 16 4月, 2019 1 次提交
  20. 12 4月, 2019 1 次提交
  21. 03 4月, 2019 1 次提交
  22. 02 4月, 2019 1 次提交
  23. 27 3月, 2019 1 次提交
  24. 26 3月, 2019 2 次提交
  25. 19 3月, 2019 2 次提交
  26. 12 3月, 2019 1 次提交
  27. 07 3月, 2019 2 次提交
  28. 04 3月, 2019 1 次提交
  29. 03 3月, 2019 1 次提交
  30. 28 2月, 2019 1 次提交
  31. 25 2月, 2019 1 次提交