Commit Graph

5 Commits

Author SHA1 Message Date
Alex Hoppen
25cd302cad Remove dependency of LanguageServerProtocol on SKSupport
Apart from removing unnecessary imports, the following changes were
performed:
- Move CancellationToken from SKSupport to LanguageServerProtocol
- Move CustomCodable to its own module
  - CustomCodable belongs in LanguageServerProtocol but moving it there
    causes compilation to fail. As a workaround, move it to its own
    module
2019-11-13 12:02:14 -08:00
Ben Langmuir
93d3abba14 [tsan] Fix race during logging request 2019-10-04 15:59:11 -07:00
Abdullah Selek
3cfa9f14f5 Use Void over () on LanguageServerProtocol files. 2018-12-08 18:27:41 +00:00
Joshua Kaplan
e3ade6c50f Use Void over () 2018-12-07 13:29:16 +09:00
Ben Langmuir
aabf57a252 Import SourceKit-LSP sources 2018-11-13 15:50:48 -08:00