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
Copy file name to clipboardExpand all lines: src/spec-node/devContainersSpecCLI.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1091,7 +1091,7 @@ async function readConfiguration({
1091
1091
functionoutdatedOptions(y: Argv){
1092
1092
returny.options({
1093
1093
'user-data-folder': {type: 'string',description: 'Host path to a directory that is intended to be persisted and share state between sessions.'},
1094
-
'workspace-folder': {type: 'string',required: true,description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path.'},
1094
+
'workspace-folder': {type: 'string',description: 'Workspace folder path. The devcontainer.json will be looked up relative to this path.'},
1095
1095
'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.'},
'log-level': {choices: ['info'as'info','debug'as'debug','trace'as'trace'],default: 'info'as'info',description: 'Log level for the --terminal-log-file. When set to trace, the log level for --log-file will also be set to trace.'},
0 commit comments