1. 23 3月, 2019 1 次提交
  2. 06 3月, 2019 1 次提交
  3. 05 3月, 2019 1 次提交
  4. 26 2月, 2019 3 次提交
  5. 25 2月, 2019 1 次提交
  6. 12 1月, 2019 1 次提交
  7. 04 1月, 2019 2 次提交
  8. 03 1月, 2019 2 次提交
  9. 10 12月, 2018 1 次提交
  10. 20 4月, 2018 3 次提交
  11. 19 4月, 2018 1 次提交
    • S
      Fix race condition in SolutionExplorer_InProc.OpenFile · 3aa95fe7
      Sam Harwell 提交于
      This change updates the code to use ProjectItem.Open instead of relying on
      the asynchronous File Open command. Prior to the change, the method would
      occasionally return early, allowing the caller to modify the previous active
      document before the newly opened document was fully activated.
      
      Fixes #26037
      3aa95fe7
  12. 23 8月, 2017 1 次提交
  13. 21 7月, 2017 2 次提交
  14. 30 6月, 2017 2 次提交
    • T
      Add ConfigureAwait(false) · 1f4baca4
      Tom Meschter 提交于
      1f4baca4
    • T
      Go through the unconfigured project to get the configured project · 347fff9c
      Tom Meschter 提交于
      We're trying to go from an `IVsBrowseObjectContext` to an `IPackageReferencesService`.
      We were doing this through `IVsBrowseObjectContext.ConfiguredProject`, but it turns out
      that this property always returns null on the particular implementation of
      `IVsBrowseObjectContext` we're working with.
      
      Instead, we need to go through the `UnconfiguredProject` and ask it for the "suggested"
      `ConfiguredProject`.
      
      I've also switched from `GetAwaiter().GetResult()` to properly async/await code inside
      an `ExecuteSynchronously` call, mostly for the purposes of readability.
      347fff9c
  15. 29 6月, 2017 1 次提交
  16. 28 6月, 2017 1 次提交
  17. 24 6月, 2017 3 次提交
  18. 23 6月, 2017 1 次提交
  19. 10 6月, 2017 1 次提交
  20. 23 5月, 2017 3 次提交
  21. 08 4月, 2017 1 次提交
  22. 29 3月, 2017 1 次提交
  23. 28 3月, 2017 1 次提交
  24. 24 3月, 2017 2 次提交
  25. 23 3月, 2017 1 次提交
  26. 22 3月, 2017 1 次提交
  27. 07 3月, 2017 1 次提交