File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
src/org/eclipse/lsp4e/operations/diagnostics Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Language Server Protocol client for Eclipse IDE (Incubation)
44Bundle-SymbolicName : org.eclipse.lsp4e;singleton:=true
5- Bundle-Version : 0.19.6 .qualifier
5+ Bundle-Version : 0.19.7 .qualifier
66Bundle-RequiredExecutionEnvironment : JavaSE-21
77Require-Bundle : org.eclipse.core.runtime;bundle-version="3.12.0",
88 org.eclipse.equinox.common;bundle-version="3.8.0",
Original file line number Diff line number Diff line change 1010 </parent >
1111 <artifactId >org.eclipse.lsp4e</artifactId >
1212 <packaging >eclipse-plugin</packaging >
13- <version >0.19.6 -SNAPSHOT</version >
13+ <version >0.19.7 -SNAPSHOT</version >
1414
1515 <build >
1616 <plugins >
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public String getType() {
3434 case Warning -> "org.eclipse.ui.workbench.texteditor.warning" ; //$NON-NLS-1$
3535 case Information -> "org.eclipse.ui.workbench.texteditor.info" ; //$NON-NLS-1$
3636 case Hint -> "org.eclipse.ui.workbench.texteditor.info" ; //$NON-NLS-1$
37+ case null -> super .getType ();
3738 };
3839 }
3940
You can’t perform that action at this time.
0 commit comments