1. 23 7月, 2020 1 次提交
    • M
      Addressed PR feedback including: · 639cb405
      Marco Goertz 提交于
      Replacing ILanguageServerProtocol with AbstractRequestHandlerProvider.
      Refactoring common Extensions method code into generic helpers.
      639cb405
  2. 21 7月, 2020 1 次提交
  3. 13 6月, 2020 1 次提交
  4. 12 6月, 2020 1 次提交
    • N
      Add support for language server exit & shutdown. (#44900) · 5c5d58d0
      N. Taylor Mullen 提交于
      - The language server platform is properly implementing solution close understanding for local language servers and I found that when testing their bits Roslyn would explode gloriously. Turns out shutdown and exit support just wasn't fully enabled yet.
      - When the language server platform reboots language servers it re-invokes Activate and because of that Roslyn explodes because the language client has already been activated and there was previously a contract throws check on already being initialized.
      - Implemented the `ShutdownAsync` target on the `InProcLanguageServer` to detach from the diagnostic service.
      - Implemented the `ExitAsync` target on the `InProcLanguageServer` to properly dispose our `JsonRpc` object.
      5c5d58d0
  5. 06 6月, 2020 1 次提交
  6. 04 6月, 2020 1 次提交
  7. 19 5月, 2020 2 次提交
  8. 16 5月, 2020 1 次提交
  9. 06 5月, 2020 1 次提交
  10. 01 5月, 2020 1 次提交
  11. 21 4月, 2020 1 次提交
  12. 18 4月, 2020 3 次提交
  13. 16 4月, 2020 1 次提交
  14. 11 4月, 2020 1 次提交
  15. 07 4月, 2020 1 次提交
  16. 03 4月, 2020 2 次提交
  17. 02 4月, 2020 1 次提交
  18. 01 4月, 2020 1 次提交
  19. 31 3月, 2020 2 次提交
  20. 28 3月, 2020 8 次提交
  21. 27 3月, 2020 1 次提交
  22. 12 3月, 2020 1 次提交
  23. 11 3月, 2020 1 次提交
  24. 04 3月, 2020 1 次提交
  25. 25 2月, 2020 1 次提交
  26. 14 2月, 2020 1 次提交
  27. 13 2月, 2020 2 次提交