1. 21 4月, 2018 4 次提交
  2. 20 4月, 2018 4 次提交
  3. 19 4月, 2018 7 次提交
  4. 18 4月, 2018 1 次提交
    • J
      Make sure we always subscribe to shared hierarchy eventing · 8270b0f2
      Jason Malinowski 提交于
      In d9e30021 I restored the code that was subscribing to IVsHierarchy
      event notifications to know when shared contexts change. Unfortunately
      it was put in the event handler for IVisualStudioHostDocument.Opened,
      which only runs when the document is being opened that was already
      part of the workspace. If the reverse order happens: a file is already
      open, and only _then_ added to the workspace, the code was skipped.
      
      Curiously, Workspace has an overridable method OnDocumentClosing which
      you can use to hook calls, but not an equivalent OnDocumentOpening. It's
      unclear to me if this design was something we want to extend (it's a bit
      strange) and so I'm not touching that for now.
      
      Fixes dotnet/project-system#3467.
      8270b0f2
  5. 17 4月, 2018 2 次提交
  6. 15 4月, 2018 2 次提交
  7. 14 4月, 2018 4 次提交
  8. 13 4月, 2018 6 次提交
  9. 12 4月, 2018 10 次提交