1. 03 8月, 2017 1 次提交
  2. 01 8月, 2017 2 次提交
  3. 27 7月, 2017 1 次提交
  4. 25 7月, 2017 1 次提交
  5. 22 7月, 2017 1 次提交
  6. 21 7月, 2017 2 次提交
  7. 19 7月, 2017 3 次提交
  8. 13 7月, 2017 2 次提交
  9. 12 7月, 2017 1 次提交
    • J
      Ensure we clean up RuleSetFiles when we close the solution · 9a557728
      Jason Malinowski 提交于
      The VisualStudioRuleSetManager is a singleton that acts as a cache
      of RuleSetFiles and also manages the lifetime of file watching. We
      never cleaned that up when we shut down VS, so we leaked a bunch of
      file watchers, which would throw during finalization asserting they
      weren't cleaned up and bring down the process with it.
      9a557728
  10. 07 7月, 2017 1 次提交
  11. 06 7月, 2017 2 次提交
  12. 30 6月, 2017 7 次提交
  13. 29 6月, 2017 4 次提交
  14. 23 6月, 2017 2 次提交
  15. 16 6月, 2017 1 次提交
    • D
      Accessibility for Inline Rename in the Editor · 86e29d7d
      David Poeschl 提交于
      Fixes
      https://devdiv.visualstudio.com/DevDiv/_workitems?id=391624&_a=edit
      
      - Inline Rename fields now consist of a themeable/customizable
      background, foreground, and border. The border is used in High Contrast.
      - Resolved and Unresolved conflict borders can now be themed &
      customized.
      - Resolved and Unresolved conflict borders now have different dash
      styles so they are distinct from each other and regular Inline Rename
      fields. The Dashboard shows a key indicating which type of conflict
      corresponds to which border dash style.
      86e29d7d
  16. 15 6月, 2017 1 次提交
    • J
      Don't subscribe to file watching for analyzers until we have to · b437d7f5
      Jason Malinowski 提交于
      Before this change we were immediately trying to add file watchers
      on the UI thread when we added a new analyzer. This can get delayed
      because of slow disks, or because the file watcher service's lock is
      held by a background thread. There's no reason to do it until we are
      actually observing and loading the analyzer, which typically happens
      on a background thread.
      b437d7f5
  17. 10 6月, 2017 3 次提交
  18. 08 6月, 2017 1 次提交
  19. 07 6月, 2017 3 次提交
  20. 05 6月, 2017 1 次提交