1. 06 6月, 2019 1 次提交
  2. 28 5月, 2019 1 次提交
  3. 24 5月, 2019 3 次提交
  4. 23 5月, 2019 1 次提交
  5. 16 5月, 2019 1 次提交
  6. 25 4月, 2019 1 次提交
  7. 18 4月, 2019 1 次提交
  8. 16 4月, 2019 1 次提交
  9. 13 4月, 2019 1 次提交
  10. 12 4月, 2019 1 次提交
    • S
      adding overlayService (#72014) · 27c30c8a
      SteVen Batten 提交于
      * adding overlayService
      
      * addressing feedback from UX meeting
      
      * relocating to progressService2
      
      * remove overlayService and update progressService
      27c30c8a
  11. 04 4月, 2019 1 次提交
  12. 01 4月, 2019 1 次提交
  13. 07 3月, 2019 2 次提交
  14. 05 3月, 2019 1 次提交
  15. 02 3月, 2019 1 次提交
  16. 07 2月, 2019 1 次提交
  17. 24 1月, 2019 2 次提交
    • J
      less async#always, #67027 · 936facd1
      Johannes Rieken 提交于
      936facd1
    • S
      Workbench Grid Layout Behind flag (#63066) · c45d91d9
      SteVen Batten 提交于
      * partially functioning grid view
      
      * lots of toggling behavior and editor restore
      
      * dimension changes
      
      * restore layout and fix titlebar
      
      * fix view dimensions on toggle/move
      
      * increase timeout for debug config
      
      * undo unnecessary changes to CSS
      
      * put grid layout behind setting
      
      * fix strict null checks
      
      * address code comments from @bpasero
      
      * changing key name
      c45d91d9
  18. 17 1月, 2019 1 次提交
  19. 11 1月, 2019 1 次提交
  20. 09 1月, 2019 3 次提交
    • M
      Don't allow passing `infinite=false` to progressService · 8a3cae3e
      Matt Bierner 提交于
      This state is currently unused and make no sense. Update the signature to  prevent ever trying to go into this state
      8a3cae3e
    • M
      Use const enum and namespace · 4d29f5d2
      Matt Bierner 提交于
      4d29f5d2
    • M
      Switch to use more state machine like state management in progressService · c723a054
      Matt Bierner 提交于
      **Problem**
      In progress service, the `ProgressState` object is quite difficult to understand. Only a subset of fields are active at a given time so the state is really more like a state machine.
      
      When enabling strict null checks, the existing pattern is also a pain because it is not clear which subset of fields go to gether and will not be undefined
      
      **Fix**
      I've been experimenting with writing states much explicitly. This has two main points:
      
      - Encapsulating all state in a single state object (which the progress service already does)
      - Encoding each valid state very explicitly in a state machine like manner
      
      For progress service, the encoding breaks the `ProgressState` object up into five different states that the progress service transitions between.
      c723a054
  21. 08 1月, 2019 2 次提交
  22. 04 1月, 2019 1 次提交
  23. 28 12月, 2018 1 次提交
    • J
      Converted another ~70 test files to strictNullChecks (#65672) · 373b4411
      Josh Goldberg 提交于
      * Converted another ~70 test files to strictNullChecks
      
      These are the remaining test files that didn't require any changes to non-test file types. I'll send those in separately.
      
      Most changes were automatic and small (`!`s).
      The only non-trival change is that `extHostSearch.ts` needs an interface for its test data.
      
      Again used [TypeStat](https://github.com/JoshuaKGoldberg/TypeStat) when possible per #65581. I'm happy to split this up into smaller PRs if you'd prefer!
      
      * Added missing `!`s to `commands.test.ts`
      373b4411
  24. 14 12月, 2018 1 次提交
  25. 13 12月, 2018 1 次提交
  26. 11 12月, 2018 1 次提交
  27. 26 11月, 2018 1 次提交
    • B
      TPromise => Promise (#63768) · 55565d4f
      Benjamin Pasero 提交于
      * remove more TPromise (for #53526)
      
      * fix failing webview integration tests on macOS
      
      * do not instantiate TPromise (fix #62716)
      
      * more TPromise removal and fixes
      
      * 💄
      
      * 💄
      55565d4f
  28. 07 11月, 2018 1 次提交
  29. 25 10月, 2018 1 次提交
  30. 23 10月, 2018 2 次提交
  31. 05 10月, 2018 1 次提交
  32. 03 10月, 2018 1 次提交