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
'workspace-folder': {type: 'string',required: true,description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path.'},
510
+
'workspace-folder': {type: 'string',description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path. If not provided, defaults to the current directory.'},
511
511
'config': {type: 'string',description: 'devcontainer.json path. The default is to use .devcontainer/devcontainer.json or, if that does not exist, .devcontainer.json in the workspace folder.'},
'container-data-folder': {type: 'string',description: 'Container data folder where user data inside the container will be stored.'},
754
760
'container-system-data-folder': {type: 'string',description: 'Container system data folder where system data inside the container will be stored.'},
755
-
'workspace-folder': {type: 'string',description: 'Workspace folder path.The devcontainer.json will be looked up relative to this path.'},
761
+
'workspace-folder': {type: 'string',description: 'Workspace folder path.The devcontainer.json will be looked up relative to this path. If --container-id, --id-label, and --workspace-folder are not provided, this defaults to the current directory.'},
756
762
'mount-workspace-git-root': {type: 'boolean',default: true,description: 'Mount the workspace using its Git root.'},
757
763
'container-id': {type: 'string',description: 'Id of the container to run the user commands for.'},
758
764
'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.'},
@@ -785,7 +791,7 @@ function runUserCommandsOptions(y: Argv) {
785
791
thrownewError('Unmatched argument format: remote-env must match <name>=<value>');
'workspace-folder': {type: 'string',description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path.'},
963
+
'workspace-folder': {type: 'string',description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path. If --container-id, --id-label, and --workspace-folder are not provided, this defaults to the current directory.'},
958
964
'mount-workspace-git-root': {type: 'boolean',default: true,description: 'Mount the workspace using its Git root.'},
959
965
'container-id': {type: 'string',description: 'Id of the container to run the user commands for.'},
960
966
'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.'},
@@ -975,7 +981,7 @@ function readConfigurationOptions(y: Argv) {
975
981
thrownewError('Unmatched argument format: id-label must match <name>=<value>');
0 commit comments