1. 15 1月, 2020 1 次提交
  2. 14 1月, 2020 1 次提交
  3. 30 5月, 2018 1 次提交
  4. 20 5月, 2018 1 次提交
  5. 21 3月, 2018 1 次提交
  6. 02 8月, 2017 1 次提交
  7. 25 2月, 2017 1 次提交
  8. 15 7月, 2016 1 次提交
    • L
      Port partial type completion provider to C# · bdc57ef7
      lorcanmooney 提交于
      Apply feedback from Pilchie
      Apply feedback from CyrusNajmabadi
      Missed feedback from CyrusNajmabadi
      Apply more feedback from CyrusNajmabadi and AlekseyTs
      Apply feedback from AlekseyTs
      Apply feedback from jcouv
      bdc57ef7
  9. 30 4月, 2016 1 次提交
  10. 26 1月, 2016 1 次提交
  11. 17 12月, 2015 1 次提交
    • J
      Switch tests unnecessarily using WpfFact to Fact · a226d9d2
      Jason Malinowski 提交于
      These tests were all using WpfFact, but not actually doing anything
      that required either WPF or an STA thread. We plan to enable
      parallelization of Facts (but not WpfFacts), and this ensures we can
      parallelize as many tests as possible.
      a226d9d2
  12. 20 11月, 2015 1 次提交
  13. 16 10月, 2015 1 次提交
  14. 10 10月, 2015 2 次提交
  15. 15 7月, 2015 1 次提交
    • D
      Several refactorings to rework the internal Completion List API · e9fabbf2
      Dustin Campbell 提交于
      * Convert the ICompletionProvider interface to a CompletionListProvider abstract class.
      * Rename CompletionItemGroup to CompletionList
      * Introduce a CompletionListContext type to be used by providers to specify the contents and
        details of CompletionLists with a RegisterCompletionListAsync() method.
      * Change GetGroupsAsync() method to GetCompletionListAsync(), which returns Task<CompletionList> rather
        than Task<IEnumerable<CompletionList>>.
      * Move code that merges, de-dupes and sorts completion lists from the controller into the
        completion service. This affected a few VB spell check unit tests which now change their ordering
        slightly.
      e9fabbf2
  16. 29 1月, 2015 1 次提交