1. 23 9月, 2020 1 次提交
  2. 16 9月, 2020 1 次提交
  3. 11 9月, 2020 1 次提交
  4. 10 9月, 2020 1 次提交
  5. 25 8月, 2020 1 次提交
  6. 30 7月, 2020 1 次提交
  7. 01 5月, 2020 1 次提交
    • E
      Fixes #96681 & more · f78c4706
      Eric Amodio 提交于
      Adds `workbench.workspaceFirstOpen` workspace setting to control applying a default layout
      Removes `firstRun` flag from `IDefaultLayout`
      Changes `IDefaultEditor` to require a `uri` rather than path+scheme - still supports a fallback until embedders can migrate
      Adds `openOnlyIfExists` property to `IDefaultEditor` for better control on if a file should be opened or not
      f78c4706
  8. 29 4月, 2020 2 次提交
  9. 24 4月, 2020 1 次提交
  10. 07 4月, 2020 1 次提交
  11. 22 1月, 2020 1 次提交
  12. 16 12月, 2019 1 次提交
  13. 13 12月, 2019 1 次提交
  14. 12 12月, 2019 2 次提交
  15. 10 12月, 2019 1 次提交
  16. 04 11月, 2019 1 次提交
  17. 09 10月, 2019 1 次提交
  18. 30 9月, 2019 1 次提交
  19. 27 9月, 2019 1 次提交
  20. 26 9月, 2019 2 次提交
  21. 25 9月, 2019 1 次提交
  22. 20 9月, 2019 1 次提交
  23. 16 9月, 2019 1 次提交
  24. 19 8月, 2019 1 次提交
  25. 19 7月, 2019 1 次提交
  26. 18 7月, 2019 2 次提交
  27. 04 7月, 2019 1 次提交
  28. 02 7月, 2019 1 次提交
    • L
      Initial Strict Typing Support for Telemetry Events (#75785) · 26d0bbd5
      Logan Ramos 提交于
      * Added command line information to display details about collected telemetry
      
      * Telemetry tooling exploration
      
      * Changing telemetry calls to be strongly typed
      
      * Fixed an event definition
      
      * Removed telemetry command
      
      * More removing of telemetry command
      
      * Fixed compilation errors
      
      * Forgotten property
      
      * Updated typings so diff was aligned
      26d0bbd5
  29. 19 6月, 2019 1 次提交
  30. 24 5月, 2019 1 次提交
    • M
      Clean up some usages of `IDisposable[]` · 0f32f0ef
      Matt Bierner 提交于
      Part of #74250
      
      - Extend `Disposable` in classes where it makes sense
      - Use `DisposableStore` for lists of disposables
      - Make `combinedDisposable` take arguments instead of an array (so that you can't pass in an array and then modify the array after the fact)
      0f32f0ef
  31. 02 4月, 2019 1 次提交
  32. 29 3月, 2019 1 次提交
  33. 21 3月, 2019 1 次提交
  34. 20 3月, 2019 1 次提交
  35. 08 3月, 2019 2 次提交