[json] IJPL-159354 Removed JSON module from the platform layout in favor of bundled JSON plugin

GitOrigin-RevId: 944b1fdad9394c3228832dd769fba5bf29fae298
This commit is contained in:
Nikita Katkov
2024-07-31 15:06:29 +02:00
committed by intellij-monorepo-bot
parent aacd74b83b
commit 4e185c87f9
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,11 @@
<id>com.intellij.modules.json</id>
<vendor>JetBrains</vendor>
<category>Languages</category>
<!--<module value="com.intellij.modules.json"/>-->
<description><![CDATA[
Provides syntax highlighting and editor features for
<a href="https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON">JSON</a> and
<a href="https://json-schema.org/overview/what-is-jsonschema">JSON Schema</a> languages
]]></description>
<actions>
<action id="JsonCopyPointer" class="com.intellij.json.editor.JsonCopyPointerAction">