mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
8 lines
473 B
XML
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>
|