Added JDT command for getting Java project

Also added a JDT Project cache in the Spring Boot LS
This commit is contained in:
nsingh
2018-03-09 12:05:31 -08:00
parent a305e2ce53
commit 591adec33d
13 changed files with 527 additions and 59 deletions

View File

@@ -6,5 +6,10 @@
<command id="sts.java.resolveClasspath"/>
</delegateCommandHandler>
</extension>
<extension point="org.eclipse.jdt.ls.core.delegateCommandHandler">
<delegateCommandHandler class="org.springframework.tooling.jdt.ls.extension.ResolveProjectHandler">
<command id="sts.java.resolveProject"/>
</delegateCommandHandler>
</extension>
</plugin>