1. 17 5月, 2018 1 次提交
    • J
      Add TextDocument.GetText[Version]Synchronously · f7b74505
      Jason Malinowski 提交于
      We had lots of places doing GetTextAsync() and then blocking, which is
      an anti-pattern if we can avoid it. Awhile back we plumbed the ability
      to get syntax trees synchronusly in certain places, and so we had
      the plumbing to do this. We just never did it.
      
      I suspect "most cases" this was fine because the GetTextAsync was
      operating on open files which isn't an issue. But there were a few
      places that looked suspicious and it's easier to just do a batch
      refactoring.
      f7b74505
  2. 16 5月, 2018 5 次提交
  3. 15 5月, 2018 13 次提交
  4. 14 5月, 2018 1 次提交
  5. 13 5月, 2018 4 次提交
  6. 12 5月, 2018 7 次提交
  7. 11 5月, 2018 9 次提交