cli icon indicating copy to clipboard operation
cli copied to clipboard

Make --workspace-folder default to "." (current directory)

Open claymation opened this issue 4 months ago • 0 comments

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)?

claymation avatar Sep 08 '25 23:09 claymation