Remove base-types from content-type definitions. They confuse lsp4e.

This commit is contained in:
Kris De Volder
2018-01-03 15:30:29 -08:00
parent 9e775ded2c
commit 96b1489ba8
4 changed files with 2 additions and 9 deletions

View File

@@ -5,7 +5,6 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.jdt.core.javaProperties"
default-charset="ISO-8859-1"
id="org.springframework.boot.ide.properties.application.properties"
name="Spring Properties File"
@@ -20,7 +19,6 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.text"
default-charset="UTF-8"
id="org.springframework.boot.ide.properties.application.yml"
name="Spring Yaml Properties File"