1. 11 3月, 2020 1 次提交
  2. 04 3月, 2020 1 次提交
  3. 26 2月, 2020 1 次提交
  4. 21 2月, 2020 1 次提交
  5. 20 2月, 2020 1 次提交
  6. 19 2月, 2020 1 次提交
  7. 18 2月, 2020 1 次提交
  8. 17 2月, 2020 1 次提交
  9. 05 2月, 2020 1 次提交
  10. 17 1月, 2020 1 次提交
    • D
      Fix threads not fetched after restarting debug adapter · 6b7dd54c
      David Lechner 提交于
      A RunOnceScheduler (this.fetchThreadsScheduler) is used to throttle
      fetching threads from debug adapters. this.fetchThreadsScheduler is
      disposed when a debug adapter is restarted because of:
      
          this.rawListeners.push(this.fetchThreadsScheduler);
      
      This causes threads to never be fetched after restarting the debug
      adapter.
      
      This is fixed by setting this.fetchThreadsScheduler to undefined after
      it is disposed. This way, a new RunOnceScheduler is created after
      restarting the debug adapter.
      
      Fixes #88784
      6b7dd54c
  11. 31 12月, 2019 1 次提交
  12. 27 12月, 2019 1 次提交
  13. 20 11月, 2019 1 次提交
  14. 18 10月, 2019 1 次提交
  15. 14 10月, 2019 6 次提交
  16. 07 10月, 2019 2 次提交
  17. 02 10月, 2019 1 次提交
  18. 26 9月, 2019 1 次提交
  19. 25 9月, 2019 3 次提交
  20. 23 9月, 2019 1 次提交
  21. 20 9月, 2019 1 次提交
  22. 19 9月, 2019 1 次提交
  23. 18 9月, 2019 2 次提交
  24. 17 9月, 2019 1 次提交
  25. 16 9月, 2019 1 次提交
  26. 13 9月, 2019 1 次提交
  27. 12 9月, 2019 1 次提交
  28. 11 9月, 2019 1 次提交
  29. 10 9月, 2019 1 次提交
  30. 06 9月, 2019 1 次提交
  31. 05 9月, 2019 1 次提交