PY-77929 Move uv project creation from custom section to top-level in new project panel

(cherry picked from commit 6bb6eda2b554de46fbdf4616eb6d9b17fd1949f9)

IJ-MR-178621

GitOrigin-RevId: 537158b52cf7e3f6cb49eb669fccafb229f65b56
This commit is contained in:
Timur Malanin
2025-10-18 20:37:50 +00:00
committed by intellij-monorepo-bot
parent 5cca358308
commit 0d76aa8817
10 changed files with 94 additions and 29 deletions
@@ -524,6 +524,7 @@ sdk.create.interpreter.type=Interpreter type:
sdk.create.type.project.venv=Project venv
sdk.create.type.base.conda=Base conda
sdk.create.type.custom=Custom environment
sdk.create.type.project.uv=Uv
sdk.create.python.version=Python version:
sdk.create.conda.executable.path=Path to conda:
sdk.create.conda.missing.text=No conda executable found
@@ -531,6 +532,7 @@ sdk.create.conda.install.fix=Install Miniconda
sdk.create.error.base.broken=Base Python {0} is broken, virtual environment can not be created on top of it
sdk.create.simple.venv.hint=Python virtual environment will be created in the project root: {0}
sdk.create.simple.conda.hint=To create a new conda environment or choose an existing one, proceed with Custom environment
sdk.create.simple.uv.hint=Uv environment will be created in the project root: {0}
sdk.create.custom.develop.on=Develop on:
sdk.create.custom.env.creation.type=Environment:
sdk.create.custom.generate.new=Generate new