1. 17 7月, 2018 1 次提交
  2. 15 7月, 2018 2 次提交
  3. 14 7月, 2018 8 次提交
  4. 13 7月, 2018 3 次提交
  5. 12 7月, 2018 25 次提交
  6. 11 7月, 2018 1 次提交
    • J
      Fix VB snippet tests race condition · b98601c1
      Jared Parsons 提交于
      The VB snippet tests are using a custom completion presenter but did not
      remove the deafult one, nor did it specify any ordering. Hence imports
      which took an enumerable of completion sources essentially raced on
      whether they got the test completion soucre or the default one. The fix
      is to remove the default one for these tests.
      b98601c1