mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[json] IJPL-159354 Removed JSON module from the platform layout in favor of bundled JSON plugin
GitOrigin-RevId: 944b1fdad9394c3228832dd769fba5bf29fae298
This commit is contained in:
committed by
intellij-monorepo-bot
parent
aacd74b83b
commit
4e185c87f9
@@ -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">
|
||||
|
||||
@@ -80,7 +80,6 @@ private val PLATFORM_IMPLEMENTATION_MODULES = java.util.List.of(
|
||||
"intellij.platform.bootstrap",
|
||||
|
||||
"intellij.relaxng",
|
||||
"intellij.json",
|
||||
"intellij.spellchecker",
|
||||
"intellij.platform.webSymbols",
|
||||
"intellij.xml.dom.impl",
|
||||
|
||||
Reference in New Issue
Block a user