1. 24 9月, 2020 1 次提交
  2. 22 9月, 2020 1 次提交
  3. 09 7月, 2020 1 次提交
  4. 29 3月, 2020 1 次提交
  5. 23 1月, 2020 1 次提交
  6. 29 6月, 2019 2 次提交
  7. 08 6月, 2019 1 次提交
  8. 04 6月, 2019 1 次提交
    • T
      OOP: Remove DiagnosticData.Workspace (#35902) · 075fcfc9
      Tomáš Matoušek 提交于
      * Cleanup style
      
      * Remove BlueSquiggleForBuildDiagnostic
      
      * TableDataSource refactoring
      
      * Remove DiagnosticData.Workspace
      
      * Fix workspace reference
      
      * Simplify GetTrackingPoints
      
      * Simplify deduplication
      
      * EqualsModuloLocation
      
      * Simplify navigate to
      
      * Specialize table item
      
      * Fix assert
      
      * Feedback
      
      * Dedup TryNavigateTo
      
      * Couple of renames
      075fcfc9
  9. 21 11月, 2016 1 次提交
  10. 27 1月, 2016 1 次提交
  11. 16 10月, 2015 1 次提交
  12. 12 10月, 2015 1 次提交
  13. 11 9月, 2015 4 次提交
  14. 16 5月, 2015 1 次提交
  15. 14 5月, 2015 1 次提交
  16. 28 3月, 2015 1 次提交
  17. 14 3月, 2015 1 次提交
  18. 03 3月, 2015 1 次提交
    • H
      reduce chance to report blank entries in error list. · 3604138a
      Heejae Chang 提交于
      current design of error list is that when solution is changed, we will momentally get out of sync but eventually catch up and make error list and solution in sync. during those out-of-sync period, it is possible for error list to show blank entries in the list. this change is to reduce those cases.
      
      more correct way to do this is making error list and diagnostic service to share same version. that requires a bit of change in both side, so I am trying cheap way first. since at the end, two should get into sync eventually even without this change, cheap way probably is enough.
      3604138a
  19. 31 1月, 2015 1 次提交