1. 21 1月, 2020 3 次提交
  2. 20 1月, 2020 1 次提交
  3. 18 1月, 2020 1 次提交
  4. 17 1月, 2020 5 次提交
  5. 16 1月, 2020 4 次提交
  6. 15 1月, 2020 3 次提交
  7. 14 1月, 2020 8 次提交
  8. 13 1月, 2020 3 次提交
  9. 12 1月, 2020 1 次提交
  10. 11 1月, 2020 1 次提交
  11. 10 1月, 2020 2 次提交
  12. 09 1月, 2020 2 次提交
  13. 08 1月, 2020 3 次提交
    • B
      debt - move more code to editor auto save · 6383e600
      Benjamin Pasero 提交于
      6383e600
    • 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
    • R
      Replace all description-container classes with correct selector · fae08be5
      RealZogger 提交于
      A number of styles were missing from various locations due to the changes to support multiple icon labels in 8bb358f2
      
      This change replaces all instances of the old class name .monaco-icon-label-description-container with the selector .monaco-icon-label-container > .monaco-icon-name-container
      fae08be5
  14. 07 1月, 2020 2 次提交
  15. 06 1月, 2020 1 次提交