1. 04 9月, 2020 1 次提交
    • A
      Patch VS Code to wait for storage write (#2049) · 3761f7bd
      Asher 提交于
      VS Code has a short delay before writing storage (probably to queue up
      rapid changes). In the web version of VS Code this happens on the client
      which means if the page is reloaded before the delay expires the write
      never happens.
      
      Storage updates are already promises so this simply returns the promise
      returned by the delayer so it won't resolve until the write actually
      happens.
      
      Fixes #2021.
      3761f7bd
  2. 03 9月, 2020 1 次提交
  3. 28 8月, 2020 2 次提交
  4. 27 8月, 2020 1 次提交
  5. 26 8月, 2020 2 次提交
  6. 19 8月, 2020 1 次提交
  7. 14 8月, 2020 2 次提交
  8. 01 8月, 2020 3 次提交
  9. 31 7月, 2020 2 次提交
  10. 30 7月, 2020 2 次提交
    • A
      Force minimist update · c581bca2
      Asher 提交于
      c581bca2
    • A
      Remove apply portion of update endpoint · 554b6d6f
      Asher 提交于
      It can still be used to check for updates but will not apply them.
      
      For now also remove the update check loop in VS Code since it's
      currently unused (update check is hardcoded off right now) and won't
      work anyway since it also applies the update which now won't work. In
      the future we should integrate the check into the browser update
      service.
      554b6d6f
  11. 28 7月, 2020 1 次提交
  12. 22 7月, 2020 2 次提交
  13. 10 7月, 2020 1 次提交
  14. 08 7月, 2020 1 次提交
  15. 01 7月, 2020 1 次提交
    • A
      Fix connections sticking around indefinitely · ebef18d6
      Asher 提交于
      For some reason it only affects the extension host socket (something to
      do with passing it via IPC?) but I changed both just to be sure.
      
      Fixes #1795.
      ebef18d6
  16. 25 6月, 2020 1 次提交
  17. 04 6月, 2020 6 次提交
  18. 28 5月, 2020 3 次提交
  19. 19 5月, 2020 2 次提交
  20. 18 5月, 2020 2 次提交
  21. 15 5月, 2020 2 次提交
  22. 14 5月, 2020 1 次提交