1. 06 11月, 2019 1 次提交
  2. 30 10月, 2019 1 次提交
  3. 25 10月, 2019 1 次提交
  4. 24 10月, 2019 3 次提交
  5. 23 10月, 2019 2 次提交
  6. 08 10月, 2019 2 次提交
  7. 05 10月, 2019 2 次提交
  8. 03 10月, 2019 1 次提交
  9. 30 9月, 2019 1 次提交
  10. 28 9月, 2019 2 次提交
  11. 27 9月, 2019 7 次提交
    • I
      completion leaking cancellation exception (#38526) · 686e478a
      Ivan Basov 提交于
      * completion leaking cancellation exception
      
      * code review feedback
      
      * feedback addressed
      
      * fixing more merge conflicts
      
      * Update CommitManager.cs
      686e478a
    • J
      Delete dead code · 65317c38
      Jason Malinowski 提交于
      65317c38
    • J
      Remove "VSCommanding" qualifications · face0b3f
      Jason Malinowski 提交于
      Now that the old code is dead, we don't need to qualify things anymore.
      face0b3f
    • J
      Reintroduce a stub ICommandHandlerServiceFactory for TypeScript compat · 2b95640c
      Jason Malinowski 提交于
      My previous commit deleted this interface and a constructor that
      consumes it. But TypeScript is still MEF importing the interface just
      to pass it to the constructor; this adds both of those back. Once
      TypeScript is off of this constructor this commit can be reverted
      verbatim.
      2b95640c
    • J
      Delete Roslyn's ICommandHandler interface and all support code · bbd8e0d3
      Jason Malinowski 提交于
      Now that the editor has their own public version of this API, and all
      code has been migrated to use the new system, we can delete all of the
      code that was supporting the old handlers. It may be surprising that
      much of this code was dead, but the command handler list that was being
      invoked by all of this was indeed empty.
      
      The intent of this particular commit is to be a fairly mechanical change
      that leaves other bugs or strangeness in place. In particular,
      DebuggerIntelliSenseFilter had a special ExecuteVisualStudio2000 that
      removes the buffer's read-only flag, but in many codepaths we never
      set that back. In other cases, we also ignored the HRESULT that came
      from the next filter in the chain. These all appear to be bugs, but I
      won't touch them for now.
      
      There's also some remaining work happening in
      AbstractOleCommandTarget.Execute.cs that probably should either be moved
      to the core editor code (if it wasn't already), or into the command
      handlers of Roslyn itself.
      bbd8e0d3
    • J
      Remove AbstractBlockCommentingEditingCommandHandler's legacy implementation · ecefe833
      Jason Malinowski 提交于
      Now that TypeScript has moved to the newer editor commanding APIs,
      the legacy implementation is no longer needed.
      ecefe833
    • G
      Resolve conflict · a637cf86
      Gen Lu 提交于
      a637cf86
  12. 25 9月, 2019 3 次提交
  13. 19 9月, 2019 1 次提交
  14. 18 9月, 2019 1 次提交
  15. 17 9月, 2019 1 次提交
  16. 10 9月, 2019 3 次提交
  17. 07 9月, 2019 5 次提交
  18. 06 9月, 2019 3 次提交