1. 13 2月, 2020 1 次提交
  2. 12 2月, 2020 1 次提交
  3. 07 2月, 2020 1 次提交
  4. 06 2月, 2020 3 次提交
  5. 05 2月, 2020 1 次提交
  6. 04 2月, 2020 2 次提交
  7. 28 1月, 2020 4 次提交
  8. 27 1月, 2020 1 次提交
  9. 25 1月, 2020 2 次提交
  10. 24 1月, 2020 2 次提交
    • M
      Adds a backup method (#88948) · f3dbcea3
      Matt Bierner 提交于
      Adds a backup method to the custom editor API proposal. This method allows custom editors to hook in to VS Code's hot exit behavior
      
      If `backup` is not implemented, VS Code will assume that the custom editor cannot be hot exited.
      
      When `backup` is implemented, VS Code will invoke the method after every edit (this is debounced). At this point, this extension should back up the current resource.  The result is a promise indicating if the backup was successful or not
      
      VS Code will only hot exit if all backups were successful.
      f3dbcea3
    • R
      Delete cell · 42b45bb3
      rebornix 提交于
      42b45bb3
  11. 23 1月, 2020 4 次提交
  12. 20 1月, 2020 6 次提交
  13. 18 1月, 2020 2 次提交
  14. 17 1月, 2020 1 次提交
  15. 16 1月, 2020 2 次提交
  16. 15 1月, 2020 2 次提交
  17. 09 1月, 2020 1 次提交
  18. 07 1月, 2020 1 次提交
  19. 23 12月, 2019 1 次提交
  20. 18 12月, 2019 2 次提交