Releases: ChimeHQ/LanguageServerProtocol
Releases · ChimeHQ/LanguageServerProtocol
v0.7.1
- fix missing commits from 0.7.0 😬
v0.7.0
- some async/await
SemanticTokenRepresentation
v0.6.1
- custom requests
- fixes for
workspace/symbol
andworkspaceSymbol/resolve
v0.6.0
- fix for
ColorPresentationParams
textDocument/colorPresentation
textDocument/selectionRange
- more public methods for
FileSystemWatcher
- php language identifier
- new fields for
SemanticTokensClientCapabilities
- fixes for semantic token response types
- helpers to ease working with semantic token capabilities
- adopt JSONRPC 0.5.0
sendRequestWithErrorOnlyResult
could call completionHandler twice
v0.5.1
- Treat
nil
as a successful response when allowed
v0.5.0
- textDocument/documentColor
- API to prepare
[TextEdit]
for application to a document - updating
JSONRPC
v0.4.1
- handle ambiguous type decoding more generally (affects CodeAction)
v0.4.0
workspace/executeCommand
workspace/applyEdit
workspace/didCreateFiles
workspace/willRenameFiles
workspace/willDeleteFiles
workspace/didDeleteFiles
- Explicit os minimums
v0.3.0
Remove SwiftLSPClient dependency
v0.2.1
DidChangeWatchedFiles
support