1. 14 4月, 2020 1 次提交
  2. 12 4月, 2020 1 次提交
  3. 09 4月, 2020 2 次提交
    • J
      fixes #93493 · 8ceb90a8
      João Moreno 提交于
      8ceb90a8
    • 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
  4. 08 4月, 2020 1 次提交
  5. 07 4月, 2020 1 次提交
  6. 06 4月, 2020 1 次提交
  7. 02 4月, 2020 2 次提交
  8. 31 3月, 2020 3 次提交
  9. 28 3月, 2020 2 次提交
  10. 27 3月, 2020 2 次提交
  11. 26 3月, 2020 4 次提交
  12. 25 3月, 2020 2 次提交
  13. 24 3月, 2020 4 次提交
  14. 21 3月, 2020 2 次提交
  15. 20 3月, 2020 2 次提交
  16. 17 3月, 2020 1 次提交
  17. 14 3月, 2020 1 次提交
  18. 13 3月, 2020 4 次提交
  19. 11 3月, 2020 3 次提交
  20. 10 3月, 2020 1 次提交
    • M
      Allow using Command in StatusBarItem (#92046) · 44d4fe89
      Matt Bierner 提交于
      Fixes #22353
      
      StatusBarItem is one of the few places in our API where we only allow extensions to give us a command as a `string` instead of as `Command` object. This change updates the API to also allow passing in a `vscode.Command` (which also allows arguments!)
      44d4fe89