1. 28 2月, 2020 1 次提交
  2. 21 2月, 2020 2 次提交
  3. 20 2月, 2020 3 次提交
  4. 19 2月, 2020 1 次提交
  5. 18 2月, 2020 3 次提交
  6. 11 2月, 2020 1 次提交
  7. 05 2月, 2020 2 次提交
  8. 04 2月, 2020 1 次提交
  9. 27 1月, 2020 1 次提交
  10. 26 1月, 2020 3 次提交
  11. 25 1月, 2020 2 次提交
    • M
      Make sure we dispose of every custom editors input individually · 0621245e
      Matt Bierner 提交于
      Fixes #88229
      
      There should a 1:1 mapping between VS Code's custom editors and custom editors (specifically the webviews) that extensions know about. This was previously not true as a single `CustomEditorInput` could end up being shared between multiple editor groups.
      
      With this change, we always create a copy of the custom editor input during split, and then add a listener for `onDidCloseEditor` so that we can make sure we get rid of the unique inputs (and notify extensions of this)
      0621245e
    • M
      Contributing: fix typos · 8a2cae92
      Maher Jendoubi 提交于
      8a2cae92
  12. 18 1月, 2020 1 次提交
  13. 16 1月, 2020 1 次提交
  14. 13 1月, 2020 1 次提交
  15. 12 1月, 2020 1 次提交
  16. 08 1月, 2020 1 次提交
    • B
      editors - introduce IEditorInput.isSaving() · f8233c9f
      Benjamin Pasero 提交于
      So far, file editors have reported isDirty() === false when auto save was enabled e.g. to avoid showing dirty indicators. With the advent of custom editors, this needs to be cleaned up. The new method isSaving() serves as a hint that an editor can be dirty but in the process of being saved. As such, we can decide to hide the dirty indicator in that case. But in other cases we may want to know if the editor is dirty or not, even if auto saved.
      f8233c9f
  17. 20 12月, 2019 1 次提交
  18. 19 12月, 2019 1 次提交
  19. 18 12月, 2019 1 次提交
  20. 17 12月, 2019 2 次提交
  21. 16 12月, 2019 1 次提交
  22. 10 12月, 2019 1 次提交
  23. 09 12月, 2019 1 次提交
  24. 26 11月, 2019 1 次提交
  25. 21 11月, 2019 1 次提交
  26. 19 11月, 2019 3 次提交
  27. 18 11月, 2019 2 次提交