1. 20 3月, 2019 4 次提交
  2. 19 3月, 2019 5 次提交
  3. 17 3月, 2019 1 次提交
  4. 16 3月, 2019 3 次提交
    • J
      Merge pull request #33749 from jasonmalinowski/ensure-deferred-file-open-is-processed-for-designers · 876532e6
      Jinu 提交于
      Add a hack to ensure documents are connected to open files
      876532e6
    • J
      Respect the iteration parameter in IterationData · fd76d1d0
      Jason Malinowski 提交于
      fd76d1d0
    • J
      Workaround a deadlock caused by watching .editorconfigs · 8097ff9d
      Jason Malinowski 提交于
      We use the CodingConventions library from Visual Studio that parses
      and processes .editorconfig files for us. This library under the covers
      uses the Visual Studio file watching service for watching files.
      In Visual Studio 2017 the file watching service made the guarantee that
      watching files could be done in a free-threaded manner in the background
      and wouldn't marshal. The .editorconfig library then passed this
      guarantee along to us.
      
      In Dev16, the file watching service was rewritten, and accidentally
      lost that guarantee in specific cases. Much of our interactions with
      the file change service also changed so it doesn't matter, but
      the .editorconfig library's use of the file watching service is causing
      deadlocks in some scenarios. This change is a workaround to ensure
      we don't start watching .editorconfig files on the background thread
      in places where we need to ensure we don't touch the UI thread.
      
      Ideally we'd be fixing the file change service itself to restore the
      guarantee, but that's too risky of a change for our current needs and
      isn't something we can do quickly enough to avoid customer issues.
      Since we're rewriting our .editorconfig handling entirely which will
      cause us to stop using the .editorconfig library (and by extension,
      it's use of this problematic file change service path), we can do
      this workaround now and let the problem go away on it's own soon when
      we simply delete all of this.
      
      Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/810494
      8097ff9d
  5. 15 3月, 2019 4 次提交
  6. 14 3月, 2019 2 次提交
  7. 12 3月, 2019 1 次提交
  8. 09 3月, 2019 2 次提交
  9. 08 3月, 2019 1 次提交
  10. 07 3月, 2019 6 次提交
  11. 06 3月, 2019 2 次提交
  12. 05 3月, 2019 1 次提交
  13. 02 3月, 2019 2 次提交
  14. 01 3月, 2019 5 次提交
  15. 28 2月, 2019 1 次提交