I frequently run devcontainer exec as part of my command line-based development workflow. Since I'm already in the workspace directory (folder) when running the command, having to specify --workspace-folder . seems unnecessary.
Could --workspace-folder default to "." (current directory)?
I frequently run
devcontainer execas part of my command line-based development workflow. Since I'm already in the workspace directory (folder) when running the command, having to specify--workspace-folder .seems unnecessary.Could
--workspace-folderdefault to "." (current directory)?