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',description: 'Workspace folder. If --workspace-folder is not provided defaults to the current directory.'},
27
27
'docker-path': {type: 'string',description: 'Path to docker executable.',default: 'docker'},
28
28
'docker-compose-path': {type: 'string',description: 'Path to docker-compose executable.',default: 'docker-compose'},
29
29
'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.'},
@@ -37,7 +37,6 @@ export function featuresUpgradeOptions(y: Argv) {
0 commit comments