Skip to content

Commit 318c6de

Browse files
remove deprecated general/sendMessage notification
1 parent 8f21572 commit 318c6de

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugins/de.cau.cs.kieler.klighd.lsp/src/de/cau/cs/kieler/klighd/lsp/KGraphLanguageClient.xtend

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ import org.eclipse.lsp4j.services.LanguageClient
2727
*/
2828
interface KGraphLanguageClient extends LanguageClient {
2929

30-
/**
31-
* Send to client if some message should be displayed. {@code type} is one of "info", "warn", and "error".
32-
*
33-
* @deprecated Use the default LSP "window/showMessage" notification instead.
34-
*/
35-
@JsonNotification("general/sendMessage")
36-
def void sendMessage(String message, String type)
37-
3830
/**
3931
* Send to the client to replace the given range of the file given by the URI by the code string.
4032
*/

0 commit comments

Comments
 (0)