1. 28 9月, 2016 11 次提交
  2. 27 9月, 2016 10 次提交
  3. 25 9月, 2016 4 次提交
    • H
      turn off OOP by default · 0757bf9e
      Heejae Chang 提交于
      0757bf9e
    • C
      Simplify our delay-loaded services. · f563d0ec
      CyrusNajmabadi 提交于
      The important part is that we don't create these services until they are needed.
      We don't need complicated logic about later on disabling them.  The current logic
      attempts to disable them when the same packages that loaded them, get unloaded.
      But packages only get unloaded when VS is shutting down. And we don't need to
      do complex work in that case as our entire environment is going away.
      
      --
      
      In other words, we had complexity around returning teh service to an 'unstarted'
      state just so it could be started up later.  But it will never be the case that
      we'll ever start the service up again as the only reason we moved it to 'unstarted'
      was because VS was shutting down.
      f563d0ec
    • C
      Make the logging service async. That way we can move package update out of... · a593db82
      CyrusNajmabadi 提交于
      Make the logging service async.  That way we can move package update out of proc while still logginc to the VS log in a non-blocking fashion.
      a593db82
    • J
      Filter fields in completion on a tuple (#14028) · 565cdc98
      Julien 提交于
      565cdc98
  4. 24 9月, 2016 15 次提交