mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[python] PY-79486 (WIP): Use real EPs to create SDKs.
The process is described in `ModulesSdkConfigurator` doc. GitOrigin-RevId: 2a230c0f4cf6676108406c1af53f38dc0873f282
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4a0cc93d8f
commit
6dbbff7253
@@ -8,4 +8,6 @@ import javax.swing.Icon
|
||||
internal class HatchIdMapper : ToolIdToIconMapper {
|
||||
override val id: ToolId = HATCH_TOOL_ID
|
||||
override val icon: Icon = PythonHatchIcons.Logo
|
||||
|
||||
override val clazz: Class<*> = PythonHatchIcons::class.java
|
||||
}
|
||||
Reference in New Issue
Block a user