mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
PY-77656 Use correct uv icon
(cherry picked from commit 36aefbfa67c896df11b9a5954f119a2246dd2372) IJ-MR-150144 (cherry picked from commit 23fec17ac9a60b7ba1aa28fad7de1650030c64f6) GitOrigin-RevId: 92a6f48239a0ce834564b3ec54d99e24675d68f6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e305b9d6c2
commit
7aa65206f7
@@ -52,9 +52,8 @@ public final class PythonIcons {
|
|||||||
/** 16x16 */ public static final @NotNull Icon Ssh = load("icons/com/jetbrains/pythonCore/python/expui/ssh.svg", "icons/com/jetbrains/pythonCore/python/ssh.svg", 1941773502, 0);
|
/** 16x16 */ public static final @NotNull Icon Ssh = load("icons/com/jetbrains/pythonCore/python/expui/ssh.svg", "icons/com/jetbrains/pythonCore/python/ssh.svg", 1941773502, 0);
|
||||||
/** 16x16 */ public static final @NotNull Icon TemplateRoot = load("icons/com/jetbrains/pythonCore/python/expui/templateRoot.svg", "icons/com/jetbrains/pythonCore/python/templateRoot.svg", 6261950, 0);
|
/** 16x16 */ public static final @NotNull Icon TemplateRoot = load("icons/com/jetbrains/pythonCore/python/expui/templateRoot.svg", "icons/com/jetbrains/pythonCore/python/templateRoot.svg", 6261950, 0);
|
||||||
/** 16x16 */ public static final @NotNull Icon TensorFlow = load("icons/com/jetbrains/pythonCore/python/tensorFlow.svg", 1673568687, 2);
|
/** 16x16 */ public static final @NotNull Icon TensorFlow = load("icons/com/jetbrains/pythonCore/python/tensorFlow.svg", 1673568687, 2);
|
||||||
|
/** 16x16 */ public static final @NotNull Icon UV = load("icons/com/jetbrains/pythonCore/python/expui/uv.svg", -856014559, 0);
|
||||||
/** 16x16 */ public static final @NotNull Icon Vagrant = load("icons/com/jetbrains/pythonCore/python/expui/vagrant.svg", "icons/com/jetbrains/pythonCore/python/vagrant.svg", -820295927, 0);
|
/** 16x16 */ public static final @NotNull Icon Vagrant = load("icons/com/jetbrains/pythonCore/python/expui/vagrant.svg", "icons/com/jetbrains/pythonCore/python/vagrant.svg", -820295927, 0);
|
||||||
/** 16x16 */ public static final @NotNull Icon Virtualenv = load("icons/com/jetbrains/pythonCore/python/expui/virtualEnv.svg", "icons/com/jetbrains/pythonCore/python/virtualenv.svg", 758230626, 0);
|
/** 16x16 */ public static final @NotNull Icon Virtualenv = load("icons/com/jetbrains/pythonCore/python/expui/virtualEnv.svg", "icons/com/jetbrains/pythonCore/python/virtualenv.svg", 758230626, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 16x16 */ public static final @NotNull Icon UV = load("icons/com/jetbrains/pythonCore/python/expui/uv.svg", -856014559, 0);
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,8 +38,7 @@ internal fun suggestedSdkName(basePath: Path): @NlsSafe String {
|
|||||||
return "uv (${PathUtil.getFileName(basePath.pathString)})"
|
return "uv (${PathUtil.getFileName(basePath.pathString)})"
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: use proper icon
|
val UV_ICON = PythonIcons.Python.UV
|
||||||
val UV_ICON = PythonIcons.Python.Pandas
|
|
||||||
val UV_LOCK: String = "uv.lock"
|
val UV_LOCK: String = "uv.lock"
|
||||||
|
|
||||||
// FIXME: move pyprojecttoml code out to common package
|
// FIXME: move pyprojecttoml code out to common package
|
||||||
|
|||||||
Reference in New Issue
Block a user