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.'},
105
105
'container-system-data-folder': {type: 'string',description: 'Container system data folder where system data inside the container will be stored.'},
106
-
'workspace-folder': {type: 'string',description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path.'},
106
+
'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.'},
107
107
'workspace-mount-consistency': {choices: ['consistent'as'consistent','cached'as'cached','delegated'as'delegated'],default: 'cached'as'cached',description: 'Workspace mount consistency.'},
108
108
'gpu-availability': {choices: ['all'as'all','detect'as'detect','none'as'none'],default: 'detect'as'detect',description: 'Availability of GPUs in case the dev container requires any. `all` expects a GPU to be available.'},
109
109
'mount-workspace-git-root': {type: 'boolean',default: true,description: 'Mount the workspace using its Git root.'},
@@ -148,11 +148,9 @@ function provisionOptions(y: Argv) {
0 commit comments