localize converts a diagnostic message to a display string.
(msg *diagnostics.Message, args ...any)
| 24 | done() <-chan struct{} |
| 25 | // localize converts a diagnostic message to a display string. |
| 26 | localize(msg *diagnostics.Message, args ...any) string |
| 27 | // createWorkDoneProgress asks the client to create a progress token. |
| 28 | createWorkDoneProgress(token string) |
| 29 | // sendProgress sends a $/progress notification. |
no outgoing calls
no test coverage detected