Simple demo of registering a jdt command

This commit is contained in:
Kris De Volder
2018-03-06 16:02:35 -08:00
parent bdebabf696
commit 319bc0124b
12 changed files with 203 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="org.eclipse.jdt.ls.core.delegateCommandHandler">
<delegateCommandHandler class="org.springframework.tooling.jdt.ls.extension.ResolveClasspathHandler">
<command id="sts.java.resolveClasspath"/>
</delegateCommandHandler>
</extension>
</plugin>