mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[dotenv, WI-80241] restore docker-compose features
(cherry picked from commit 170504f056c2e5777415d66d6e5125d9865c9be6) IJ-CR-152693 GitOrigin-RevId: acf3e7fb3505fc2c3a10bb1e3f32674eeb91a100
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2311e23f20
commit
b78d31a7fd
@@ -3,12 +3,15 @@
|
|||||||
<module name="intellij.clouds.docker.file"/>
|
<module name="intellij.clouds.docker.file"/>
|
||||||
<plugin id="ru.adelf.idea.dotenv"/>
|
<plugin id="ru.adelf.idea.dotenv"/>
|
||||||
<plugin id="Docker"/>
|
<plugin id="Docker"/>
|
||||||
|
<plugin id="org.jetbrains.plugins.yaml"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<extensions defaultExtensionNs="ru.adelf.idea.dotenv">
|
<extensions defaultExtensionNs="ru.adelf.idea.dotenv">
|
||||||
<environmentVariablesProvider implementation="ru.adelf.idea.dotenv.docker.DockerfileVariablesProvider"/>
|
<environmentVariablesProvider implementation="ru.adelf.idea.dotenv.docker.DockerfileVariablesProvider"/>
|
||||||
|
<environmentVariablesProvider implementation="ru.adelf.idea.dotenv.docker.DockerComposeYamlVariablesProvider"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
<gotoDeclarationHandler implementation="ru.adelf.idea.dotenv.docker.DockerfileKeyGotoHandler"/>
|
<gotoDeclarationHandler implementation="ru.adelf.idea.dotenv.docker.DockerfileKeyGotoHandler"/>
|
||||||
|
<gotoDeclarationHandler implementation="ru.adelf.idea.dotenv.docker.DockerComposeKeyGotoHandler"/>
|
||||||
</extensions>
|
</extensions>
|
||||||
</idea-plugin>
|
</idea-plugin>
|
||||||
@@ -33,10 +33,6 @@
|
|||||||
dynamic="true"/>
|
dynamic="true"/>
|
||||||
</extensionPoints>
|
</extensionPoints>
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<plugin id="org.jetbrains.plugins.yaml"/>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<content>
|
<content>
|
||||||
<module name="intellij.dotenv.kotlin"/>
|
<module name="intellij.dotenv.kotlin"/>
|
||||||
<module name="intellij.dotenv.python"/>
|
<module name="intellij.dotenv.python"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user