mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
HatchService is the middle layer API and has the CliBasedHatchService implementation. For now it allows to: * manage virtual environments * detect if the project is managed by Hatch (hatch.toml or [tool.hatch.*] sections in project.toml) * create a new project structure (might be reused in 'welcome script' on new projects) GitOrigin-RevId: f19210180e69bfd968bcc4cfdcf3a1b7925e3841
7 lines
542 B
INI
7 lines
542 B
INI
python.hatch.error.executable.is.not.found=Hatch executable is not found at: {0}
|
|
python.hatch.error.base.python.executable.is.not.found=Base python executable is not found at: {0}
|
|
python.hatch.error.working.directory.is.not.found=Working directory is not found at: {0}
|
|
python.hatch.error.environment.creation=Environment creation failure: {0}
|
|
python.hatch.error.filesystem.operation=The problem with the filesystem operation: {0}
|
|
python.hatch.cli.error.response.out.of.pattern=Hatch command responded with non-expected output.\nExpected: {0}
|