Add code
CLI argument to open folder in container using remote containers extension
#6771
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Uh oh!
There was an error while loading. Please reload this page.
One option is to use the existing
--remote
option (which currently requires a complete remote authority) and extend it to support taking the authority prefix:code --remote dev-container workspaceFolder
. This would align with how a local folder is opened:code workspaceFolder
. The remote CLI (e.g., in a Remote-WSL or Remote-SSH terminal) would ideally support the same option.Related: #2133
/cc @aeschli
The text was updated successfully, but these errors were encountered: