mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 06:36:56 +07:00
fixup 243 merge; poetry test, uv icon, jackson lib
GitOrigin-RevId: 0e322cbfb242ae2dfa4ec77ed7d9b5c9300d2565
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7aa65206f7
commit
517fd8ef36
@@ -52,8 +52,9 @@ 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 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 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 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);
|
||||
}
|
||||
|
||||
@@ -159,7 +159,6 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.remote" />
|
||||
<orderEntry type="module" module-name="intellij.platform.ide.ui" />
|
||||
<orderEntry type="library" name="jackson-module-kotlin" level="project" />
|
||||
<orderEntry type="library" name="jackson-module-kotlin" level="project" />
|
||||
<orderEntry type="library" name="ap-validation" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -38,7 +38,7 @@ internal fun suggestedSdkName(basePath: Path): @NlsSafe String {
|
||||
return "uv (${PathUtil.getFileName(basePath.pathString)})"
|
||||
}
|
||||
|
||||
val UV_ICON = PythonIcons.Python.UV
|
||||
val UV_ICON = PythonIcons.UV
|
||||
val UV_LOCK: String = "uv.lock"
|
||||
|
||||
// FIXME: move pyprojecttoml code out to common package
|
||||
|
||||
Reference in New Issue
Block a user