Skip to content

Commit 608a313

Browse files
committed
Fix path to language-configuration.jsonc files
1 parent 3b80b81 commit 608a313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.eclipse.wildwebdeveloper/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,11 @@
436436
<!-- TODO replace with more specific language configuration if we include some -->
437437
<languageConfiguration
438438
contentTypeId="org.eclipse.wildwebdeveloper.jsx"
439-
path="language-configurations/javascript/javascript-language-configuration.json">
439+
path="language-configurations/javascript/javascript-language-configuration.jsonc">
440440
</languageConfiguration>
441441
<languageConfiguration
442442
contentTypeId="org.eclipse.wildwebdeveloper.tsx"
443-
path="language-configurations/typescript/language-configuration.json">
443+
path="language-configurations/typescript/language-configuration.jsonc">
444444
</languageConfiguration>
445445
</extension>
446446

0 commit comments

Comments
 (0)