1. 10 2月, 2016 1 次提交
  2. 06 2月, 2016 1 次提交
  3. 05 2月, 2016 1 次提交
  4. 04 2月, 2016 1 次提交
    • A
      Fix EnC issue with document source out of sync · 62c40985
      Artur Spychaj 提交于
      Fixes condition that checks whether PDB and sources are out of sync.
      Converts the line character position (which is relative to line start)
      to a position relative to file start in order to compare it with
      sourceLines.
      62c40985
  5. 02 2月, 2016 2 次提交
    • A
      Promote APIs shipped in VS 2015 Update 1 · 6a0da134
      Andrew Casey 提交于
      Methodology: sync to  4cb203da , add any lines appearing in
      PublicAPI.Unshipped.txt to master's PublicAPI.Shipped.txt and remove them
      from master's PublicAPI.Unshipped.txt, re-sort.
      6a0da134
    • J
      More WorkItem attribute cleanup · 9fd09c6b
      Jared Parsons 提交于
      This change does the following:
      
      - Deletes the constructor WorkItem(int) leaving only WorkItem(int, string).
      - Fixes up many occurences where the URL of the bug was missing / incorrect.
      - Removes several WorkItem attributes that had invalid bug ids
      9fd09c6b
  6. 01 2月, 2016 1 次提交
  7. 29 1月, 2016 2 次提交
  8. 28 1月, 2016 1 次提交
  9. 27 1月, 2016 1 次提交
  10. 26 1月, 2016 2 次提交
  11. 23 1月, 2016 2 次提交
  12. 22 1月, 2016 1 次提交
  13. 21 1月, 2016 2 次提交
  14. 20 1月, 2016 1 次提交
  15. 19 1月, 2016 1 次提交
  16. 16 1月, 2016 9 次提交
  17. 15 1月, 2016 3 次提交
    • H
      removed unused usings · aa84c74f
      Heejae Chang 提交于
      aa84c74f
    • D
      Avoid using IExpansionManager by name · e017f3f2
      David Poeschl 提交于
      The Roslyn build machines are still currently using VS2015 RTM, which
      does not have IExpansionManager.
      e017f3f2
    • D
      Consume asynchronous snippet enumeration API · e4b1fd31
      David Poeschl 提交于
      Fixes #6685
      
      Calling IVsTextManager2.GetExpansionManager can return either an IVsExpansionManager or an IExpansionManager, and we now support reading snippet info from both.
      
      In the IVsExpansionManager case, we behave as before this change. During package load, we kick off a task to execute later on the UI thread to synchronously enumerate the snippets.
      
      In the IExpansionManager case, we instead enumerate the snippets asynchronously on a background thread.
      
      For Visual Studio 2015 Update 1 RTM, we will only receive an IVsExpansionManager. Starting with Update 2 (and with some intermediate builds) we will receive IExpansionManagers by default, but the platform reserves the right to return an IVsExpansionManager as a fallback, so we must continue to support both. Because IExpansionManager already existed in Update 1, we do not need to do adaptive light-up to keep this code working on Update 1.
      e4b1fd31
  18. 14 1月, 2016 3 次提交
  19. 13 1月, 2016 1 次提交
  20. 11 1月, 2016 1 次提交
  21. 06 1月, 2016 2 次提交
  22. 05 1月, 2016 1 次提交