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
- Host: GitHub
- URL: https://github.com/krzyzanowskim/language-server-protocol
- Owner: krzyzanowskim
- License: apache-2.0
- Created: 2024-01-06T18:58:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T20:13:41.000Z (over 1 year ago)
- Last Synced: 2025-07-07T23:47:53.210Z (3 months ago)
- Topics: language-server-protocol, swift
- Language: Swift
- Homepage:
- Size: 228 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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)