Files
sourcekit-lsp/Sources/LanguageServerProtocol/Notifications
Alex Hoppen c44ee45c67 Add an extension to the LogMessageNotification to add a message to a specific log in the client
If the editor has support for this LSP extension, it can create a separate output view for the index log.

For example, in VS Code, we could have one output view for the standard LSP logging (which are the messages between VS Code and SourceKit-LSP if verbose logging is enabled in VS Code) and a separate log that shows information about background indexing.

rdar://128572032
2024-06-01 17:14:05 -07:00
..