Loading request...
Suggests adding a feature similar to Kubernetes deployment's postStart lifecycle hook, allowing users to execute shell commands (e.g., "go env -w") to prepare the environment before debugging starts.
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: 是否可以加上类似deployment对容器启动时执行一些shell命令 ` liftcycle: postStart: exec: command: [ ] ` **Why is this needed**: 需要设置代码运行所需的环境,比如go env -w ...