swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.34k stars 280 forks source link

Reduce the number of log messages to log the translation for token types and token modifiers from clangd to SourceKit-LSP #1795

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

This used to produce ~40 log entries, which was pretty spammy. Compact them into 1

ahoppen commented 1 month ago

@swift-ci Please test