sireeshajonnalagadda
sireeshajonnalagadda
Hi @j2udev , you cannot directly reference an option like go_version from a wrapping feature and pass it to a dependent feature automatically. However, you can work around this by...
Hi @imbev, thanks for the suggestion! A PR for this would be absolutely welcome! Thanks, Sireesha
Hi @behrica, Thank you for reporting this issue! Are you still facing the issue? If so, could you please give us few details like your devcontainer.json , Dockerfile or the...
Hi @aidandempsey, Thanks for reporting the issue! Could you please share your devcontainer.json to understand the issue better and it helps to reproduce the issue.
Hi @n-arakawa, Thank you for reaching out! Could you kindly clarify what you are attempting to achieve with the exec option? Typically, the exec command is used to execute commands...
Hi @n-arakawa, The container name may not always be unique if you manually assign one. However, when using DevContainers, Docker automatically generates a unique name for the container, and the...
Hello @n-arakawa, Apologies for the delayed response. I’m not entirely sure I fully understand the issue — could you please clarify a bit? I hope things are working smoothly now....
Hi @Konfekt, Thank you for reaching out! If you're interested in using Mise within a dev container, there's a dedicated feature available for that. Please refer to the official documentation...
Hi @sdavids, Thank you for reporting this issue! I followed the steps you provided, but I did not observe the untracked files in the git status output, which indicates that...
Hi @CezaryKlus , Thank you for reaching out! Try using the relative path it may work for you. When using [alternative repository configuration folders](https://code.visualstudio.com/docs/devcontainers/create-dev-container#_alternative-repository-configuration-folders), only devcontainer.json is copied into the...