Files
openide/python/intellij.python.community.communityOnly/resources/intellij.python.community.communityOnly.xml
Leonid Shalupov 28300b5f37 IJI-2422: community/python: move resources under resources root
GitOrigin-RevId: 4c24cfa366aebda0fef265b18c04a731a4f43a69
2025-02-05 10:14:39 +00:00

8 lines
473 B
XML

<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<idea-plugin package="com.intellij.python.community.communityOnly">
<!--Community only, never professional: both plugin and DS -->
<extensions defaultExtensionNs="com.jetbrains.python.console">
<runnerFactory implementation="com.intellij.python.community.communityOnly.CommunityPydevConsoleRunnerFactory"/>
</extensions>
</idea-plugin>