We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce4f59 commit 84c12a6Copy full SHA for 84c12a6
org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/services/LanguageServer.java
@@ -122,6 +122,9 @@ default void cancelProgress(WorkDoneProgressCancelParams params) {
122
*/
123
@JsonNotification("$/setTrace")
124
default void setTrace(SetTraceParams params) {
125
- throw new UnsupportedOperationException();
+ /**
126
+ * The method default behaviour was to throw UnsupportedOperationException
127
+ * Keeping as empty to avoid it.
128
+ */
129
}
130
0 commit comments