1. 05 11月, 2019 2 次提交
  2. 04 11月, 2019 1 次提交
  3. 02 11月, 2019 1 次提交
  4. 01 11月, 2019 4 次提交
  5. 30 10月, 2019 2 次提交
  6. 29 10月, 2019 2 次提交
  7. 28 10月, 2019 2 次提交
  8. 26 10月, 2019 1 次提交
    • D
      Removing EXT_HOST_CREATION_DELAY hacks · 2b61a881
      Daniel Imms 提交于
      This one was a bit tricky to figure out what was going on, but this is how it
      was working before: Terminals that use extension processes calls
      $createTerminal from the ext host, this returns a promise with an ID that gets
      returned asynchronously after the process has been setup (ie. an ext host process
      proxy was created).
      
      The reason we needed the timeout was because the process initialization is async
      as we need a layout to occur so that we have the dimensions of the terminal to
      give to the process. The fix could have been setTimeout(..., 0) as well but that
      feels hacky as well, the fix in this commit is to pipe an event through from
      the process manager which is the actual time when we are good to start telling
      ext hosts are the new terminals.
      
      Fixes #77655
      2b61a881
  9. 25 10月, 2019 7 次提交
  10. 24 10月, 2019 6 次提交
  11. 23 10月, 2019 1 次提交
  12. 22 10月, 2019 8 次提交
  13. 18 10月, 2019 3 次提交