Feature Request: Add posibility to run code
command in any of the lifecycle commands
#9309
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
Based on this discussion. It seems there is no way to open a file or URL in the lifecycle commands like
postCreateCommand
,postStartCommand
orpostAttachCommand
, becausecode
command is not defined for those moments, so the commandscode -r
orcode --openExternal
cannot be executed. Neither the$BROWSER
variable can be used.My suggestions:
Either add the
code
command to all or at least one of the lifecycle commands above or add a new lifecicle that allow to run those commands.Thank you very much!
The text was updated successfully, but these errors were encountered: