1. 14 2月, 2018 1 次提交
  2. 13 2月, 2018 8 次提交
  3. 10 2月, 2018 5 次提交
  4. 09 2月, 2018 15 次提交
  5. 08 2月, 2018 1 次提交
    • J
      Notify the remote workspace of working folder paths in the background · 3f77c91b
      Jason Malinowski 提交于
      This pulls a .Wait() call off the UI thread in solution load scenarios,
      since it's not urgent that we notify the OOP process about the working
      folder path. We still ensure the unregister/register ordering is
      maintained by ordering the Tasks, and if we have to synchronously shut
      down the remote persistent storage, we will still wait. That is a rarer
      gesture (it happens on solution rename) and is something we can address
      if that's needed.
      3f77c91b
  6. 07 2月, 2018 10 次提交