File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.4 .qualifier
5+ Bundle-Version : 0.19.5 .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 973973 <extension point =" org.eclipse.ui.commandImages" >
974974 <image
975975 commandId =" org.eclipse.lsp4e.collapseAllOutline"
976- disabledIcon =" platform:/plugin/org.eclipse.ui/icons/full/dlcl16/collapseall.png"
977976 icon =" platform:/plugin/org.eclipse.ui/icons/full/elcl16/collapseall.png" />
978977 <image
979978 commandId =" org.eclipse.lsp4e.toggleSortOutline"
980- disabledIcon =" icons/full/dlcl16/alphab_sort_co.png"
981979 icon =" icons/full/elcl16/alphab_sort_co.png" />
982980 <image
983981 commandId =" org.eclipse.lsp4e.toggleHideFieldsOutline"
984- disabledIcon =" icons/full/dlcl16/fields_co.png"
985982 icon =" icons/full/elcl16/fields_co.png" />
986983 <image
987984 commandId =" org.eclipse.lsp4e.toggleLinkWithEditor"
988- disabledIcon =" icons/full/dlcl16/link_to_editor.png"
989985 icon =" icons/full/elcl16/link_to_editor.png" />
990986 </extension >
991987
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.4 -SNAPSHOT</version >
13+ <version >0.19.5 -SNAPSHOT</version >
1414
1515 <build >
1616 <plugins >
You can’t perform that action at this time.
0 commit comments