Files
openide/python/python-hatch/resources/messages/PyHatchBundle.properties
Vitaly Legchilkin ba56847745 [python][hatch] add HatchService (PY-60410)
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
2025-03-12 20:49:14 +00:00

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}