Remove base-types from content-type definitions. They confuse lsp4e.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<extension
|
||||
point="org.eclipse.core.contenttype.contentTypes">
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
default-charset="UTF-8"
|
||||
id="org.springframework.tooling.bosh.manifest"
|
||||
name="BOSH Deployment Manifest"
|
||||
@@ -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.tooling.bosh.cloudconfig"
|
||||
name="BOSH Cloud Config"
|
||||
|
||||
@@ -5,7 +5,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.manifest.yml"
|
||||
name="Cloudfoundry Manifest"
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<extension
|
||||
point="org.eclipse.core.contenttype.contentTypes">
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
default-charset="UTF-8"
|
||||
id="org.springframework.tooling.concourse.pipeline"
|
||||
name="Cloudfoundry Pipeline"
|
||||
@@ -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.tooling.concourse.task"
|
||||
name="Cloudfoundry Pipeline"
|
||||
@@ -90,12 +88,12 @@
|
||||
</server>
|
||||
<contentTypeMapping
|
||||
contentType="org.springframework.tooling.concourse.pipeline"
|
||||
id="org.springframework.tooling.concourse.pipeline"
|
||||
id="org.eclipse.languageserver.languages.concourse"
|
||||
languageId="concourse-pipeline-yaml">
|
||||
</contentTypeMapping>
|
||||
<contentTypeMapping
|
||||
contentType="org.springframework.tooling.concourse.task"
|
||||
id="org.springframework.tooling.concourse.task"
|
||||
id="org.eclipse.languageserver.languages.concourse"
|
||||
languageId="concourse-task-yaml">
|
||||
</contentTypeMapping>
|
||||
</extension>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user