Files
openide/python/python-exec-service/resources/messages/PyExecBundle.properties
Ilya.Kazakevich 105554c91d Python: introduce getOr("message"){} API to add errors on an appropriate level.
See `getOr` extension doc.

GitOrigin-RevId: 859af221e99f03b99ee2f82e829e83e0f00a9e6d
2025-06-07 22:05:56 +00:00

6 lines
242 B
INI

py.exec.defaultName.process=Process {0}
py.exec.start.error={0} Failed to Start: {1} (Code {2})
py.exec.timeout.error={0} Timed out (Run More Than {1})
py.exec.exitCode.error={0} Exited with {1}
py.exec.fileNotFound=File {0} not found on {1}