Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 08a74c2

Browse files
keithchongsghung
authored andcommitted
[50] Change JSON OpenAPI content type's parent
Signed-off-by: Keith Chong <[email protected]>
1 parent e0459b8 commit 08a74c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/org.eclipse.codewind.openapi.core/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<extension
55
point="org.eclipse.core.contenttype.contentTypes">
66
<content-type id="org.eclipse.codewind.openapi.core.openApiDocumentJson" name="%openApiContentTypeJson"
7-
base-type="org.eclipse.core.runtime.text"
7+
base-type="org.eclipse.wst.json.core.jsonsource"
88
priority="high"
99
file-extensions="json">
1010
<describer class="org.eclipse.codewind.openapi.core.contenttype.OpenApiJsonContentDescriber" />

0 commit comments

Comments
 (0)