An open API service indexing awesome lists of open source software.

https://github.com/krzyzanowskim/language-server-protocol

Language Server Protocol
https://github.com/krzyzanowskim/language-server-protocol

language-server-protocol swift

Last synced: 3 months ago
JSON representation

Language Server Protocol

Awesome Lists containing this project

README

          

# LanguageServerProtocol

The purpose of this package is to vendor [LanguageServerProtocol](https://github.com/apple/sourcekit-lsp/tree/main/Sources/LanguageServerProtocol) module from [apple/sourcekit-lsp](https://github.com/apple/sourcekit-lsp) package.

The source code is periodically synchronized with the [upstream](https://github.com/apple/sourcekit-lsp) repository.

This is a proof of concept hoping it's going to be replaced by apple/language-server-protocol one day as [dicussed](https://forums.swift.org/t/propose-decoupling-languageserverprotocol-from-swiftpm-dependency/69173).

## Discussion

Check Swift forum thread: [Propose decoupling LanguageServerProtocol from SwiftPM dependency](https://forums.swift.org/t/propose-decoupling-languageserverprotocol-from-swiftpm-dependency/69173)