[dotenv, WI-80241] restore docker-compose features

(cherry picked from commit 170504f056c2e5777415d66d6e5125d9865c9be6)

IJ-CR-152693

GitOrigin-RevId: acf3e7fb3505fc2c3a10bb1e3f32674eeb91a100
This commit is contained in:
Artemy Pestretsov
2025-01-10 11:30:36 +01:00
committed by intellij-monorepo-bot
parent 2311e23f20
commit b78d31a7fd
2 changed files with 3 additions and 4 deletions

View File

@@ -3,12 +3,15 @@
<module name="intellij.clouds.docker.file"/>
<plugin id="ru.adelf.idea.dotenv"/>
<plugin id="Docker"/>
<plugin id="org.jetbrains.plugins.yaml"/>
</dependencies>
<extensions defaultExtensionNs="ru.adelf.idea.dotenv">
<environmentVariablesProvider implementation="ru.adelf.idea.dotenv.docker.DockerfileVariablesProvider"/>
<environmentVariablesProvider implementation="ru.adelf.idea.dotenv.docker.DockerComposeYamlVariablesProvider"/>
</extensions>
<extensions defaultExtensionNs="com.intellij">
<gotoDeclarationHandler implementation="ru.adelf.idea.dotenv.docker.DockerfileKeyGotoHandler"/>
<gotoDeclarationHandler implementation="ru.adelf.idea.dotenv.docker.DockerComposeKeyGotoHandler"/>
</extensions>
</idea-plugin>

View File

@@ -33,10 +33,6 @@
dynamic="true"/>
</extensionPoints>
<dependencies>
<plugin id="org.jetbrains.plugins.yaml"/>
</dependencies>
<content>
<module name="intellij.dotenv.kotlin"/>
<module name="intellij.dotenv.python"/>