PT #167680960: Content-type element must have file-names, patterns set
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
default-charset="UTF-8"
|
||||
file-names="pipeline.yml"
|
||||
id="org.springframework.tooling.concourse.pipeline"
|
||||
name="Concourse Pipeline Definition"
|
||||
priority="high">
|
||||
@@ -22,6 +23,7 @@
|
||||
<content-type
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
default-charset="UTF-8"
|
||||
file-names="task.yml"
|
||||
id="org.springframework.tooling.concourse.task"
|
||||
name="Concourse Task Definition"
|
||||
priority="high">
|
||||
@@ -100,19 +102,5 @@
|
||||
</contentTypeMapping>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.core.filebuffers.documentSetup">
|
||||
<participant
|
||||
class="org.eclipse.lsp4e.ConnectDocumentToLanguageServerSetupParticipant"
|
||||
contentTypeId="org.springframework.tooling.concourse.pipeline">
|
||||
</participant>
|
||||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.core.filebuffers.documentSetup">
|
||||
<participant
|
||||
class="org.eclipse.lsp4e.ConnectDocumentToLanguageServerSetupParticipant"
|
||||
contentTypeId="org.springframework.tooling.concourse.task">
|
||||
</participant>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user