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. 31 8月, 2020 1 次提交
  4. 28 8月, 2020 5 次提交
  5. 27 8月, 2020 1 次提交
  6. 26 8月, 2020 4 次提交
    • A
      Ship with node 12 (#1998) · a730bec6
      Anmol Sethi 提交于
      See #1894
      See #1892
      See #1810
      a730bec6
    • A
      Update to VS Code 1.48.2 (#2000) · ce2eaf2f
      Asher 提交于
      ce2eaf2f
    • A
      Fix clean.sh · 5c6cd118
      Anmol Sethi 提交于
      tsc doesn't check if the output exists when incremental is true.
      
      i.e if I delete the out directory, but keep the tsbuildinfo and
      try to rebuild, nothing happens cause it thinks everything is
      up to date I guess...
      
      With this change, yarn clean will now remove the tsbuildinfo correctly
      so things work as expected.
      5c6cd118
    • A
      Update VS Code to 1.48.0 (#1982) · e237589f
      Asher 提交于
      e237589f
  7. 19 8月, 2020 1 次提交
  8. 14 8月, 2020 3 次提交
  9. 06 8月, 2020 1 次提交
  10. 01 8月, 2020 5 次提交
  11. 31 7月, 2020 2 次提交
  12. 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
  13. 28 7月, 2020 1 次提交
  14. 23 7月, 2020 1 次提交
  15. 22 7月, 2020 2 次提交
  16. 10 7月, 2020 1 次提交
  17. 08 7月, 2020 1 次提交
  18. 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
  19. 25 6月, 2020 1 次提交
  20. 22 6月, 2020 1 次提交
  21. 05 6月, 2020 1 次提交
  22. 04 6月, 2020 3 次提交