1. 26 6月, 2020 1 次提交
  2. 25 6月, 2020 14 次提交
  3. 19 6月, 2020 1 次提交
  4. 18 6月, 2020 1 次提交
  5. 12 6月, 2020 2 次提交
    • 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
    • S
      Merge pull request #43502 from sharwell/segmented-array · d3298d84
      Sam Harwell 提交于
      Implement SegmentedArray<T>
      d3298d84
  6. 11 6月, 2020 13 次提交
  7. 10 6月, 2020 8 次提交