Quickfix sorting. Preferred fix. Wording for RequestMapping quickfixes
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
id="org.eclipse.languageserver.languages.springboot"
|
||||
label="Spring Boot Language Server"
|
||||
lastDocumentDisconnectedTimeout="2147483647"
|
||||
markerType="org.springframework.tooling.boot.ls.diagnostic"
|
||||
serverInterface="org.springframework.ide.vscode.commons.protocol.spring.SpringIndexLanguageServer"
|
||||
singleton="true">
|
||||
</server>
|
||||
@@ -752,6 +753,21 @@
|
||||
class="org.springframework.tooling.boot.ls.Startup">
|
||||
</startup>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.ide.markerResolution">
|
||||
<markerResolutionGenerator
|
||||
class="org.springframework.tooling.boot.ls.markers.LSPBootCodeActionMarkerResolution"
|
||||
markerType="org.springframework.tooling.boot.ls.diagnostic">
|
||||
</markerResolutionGenerator>
|
||||
</extension>
|
||||
<extension
|
||||
id="diagnostic"
|
||||
name="Spring Boot"
|
||||
point="org.eclipse.core.resources.markers">
|
||||
<super
|
||||
type="org.eclipse.core.resources.problemmarker">
|
||||
</super>
|
||||
</extension>
|
||||
<!--
|
||||
<extension
|
||||
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">
|
||||
|
||||
Reference in New Issue
Block a user