You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'container-data-folder': {type: 'string',description: 'Container data folder where user data inside the container will be stored.'},
1211
1211
'container-system-data-folder': {type: 'string',description: 'Container system data folder where system data inside the container will be stored.'},
1212
-
'workspace-folder': {type: 'string',description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path.'},
1212
+
'workspace-folder': {type: 'string',description: 'Workspace folder path. Defaults to current directory if not specified. The devcontainer.json will be looked up relative to this path.'},
1213
1213
'mount-workspace-git-root': {type: 'boolean',default: true,description: 'Mount the workspace using its Git root.'},
1214
1214
'container-id': {type: 'string',description: 'Id of the container to run the user commands for.'},
1215
1215
'id-label': {type: 'string',description: 'Id label(s) of the format name=value. If no --container-id is given the id labels will be used to look up the container. If no --id-label is given, one will be inferred from the --workspace-folder path.'},
@@ -1243,7 +1243,7 @@ function execOptions(y: Argv) {
1243
1243
thrownewError('Unmatched argument format: remote-env must match <name>=<value>');
0 commit comments