added commands to manually deal with live hover process connections

This commit is contained in:
Martin Lippert
2019-09-05 09:17:00 +02:00
parent 2481a372c1
commit 8c1fe4c664
15 changed files with 571 additions and 46 deletions

View File

@@ -358,4 +358,12 @@
</extension>
-->
<extension
point="org.eclipse.ui.quickAccess">
<computer
class="org.springframework.tooling.boot.ls.commands.LiveProcessCommandsQuickAccessProvider"
name="Spring - Live Process Information"
requiresUIAccess="false"/>
</extension>
</plugin>