1. 16 4月, 2020 2 次提交
  2. 09 4月, 2020 1 次提交
    • M
      New custom editor API proposal · d4ce7148
      Matt Bierner 提交于
      For #77131
      
      Fixes #93963
      Fixes #94515
      Fixes #94517
      Fixes #94527
      Fixes #94509
      Fixes #94514
      Fixes #93996
      Fixes #93913
      
      This removes explicit edits from the API and reshapes the API to more closely match VS Code's internal API. The change also tries to better express the lifecycle of backups
      d4ce7148
  3. 03 4月, 2020 1 次提交
  4. 02 4月, 2020 1 次提交
  5. 01 4月, 2020 2 次提交
  6. 31 3月, 2020 1 次提交
  7. 30 3月, 2020 2 次提交
  8. 27 3月, 2020 1 次提交
    • M
      Shared more properties between TextDocument and CustomDocument (#93342) · ce8d9ee4
      Matt Bierner 提交于
      * Expose more shared properties from TextDocument on CustomDocument
      
      Copies some shared properties from `TextDocument` to `CustomDocument`. We may want to consider this since `CustomDocument` is intented to be subclassed, and there is the risk after shipping the custom editor api that one of these subclasses could implement a property/method such as `version` which would break if we added a `CustomDocument.version` property at a later time
      ce8d9ee4
  9. 26 3月, 2020 1 次提交
  10. 24 3月, 2020 4 次提交
  11. 19 3月, 2020 1 次提交
  12. 17 3月, 2020 1 次提交
  13. 11 3月, 2020 2 次提交
  14. 06 3月, 2020 1 次提交
  15. 04 3月, 2020 1 次提交
  16. 03 3月, 2020 2 次提交
  17. 20 2月, 2020 1 次提交
  18. 14 2月, 2020 1 次提交
  19. 05 2月, 2020 1 次提交
  20. 29 1月, 2020 1 次提交
  21. 28 1月, 2020 2 次提交
  22. 22 1月, 2020 2 次提交
  23. 21 1月, 2020 3 次提交
  24. 20 1月, 2020 2 次提交
  25. 18 1月, 2020 1 次提交
  26. 17 1月, 2020 1 次提交
  27. 15 1月, 2020 1 次提交