We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e1beb commit d31a7abCopy full SHA for d31a7ab
src/setup_utilities/workspace-setup.ts
@@ -226,7 +226,7 @@ export async function workspaceSetupFromWestGit(context: vscode.ExtensionContext
226
// Second quick input for additional west arguments
227
const additionalArgs = await vscode.window.showInputBox({
228
prompt: "Enter any additional arguments for west init/update (optional)",
229
- placeHolder: "-mr main",
+ placeHolder: "--mr main",
230
ignoreFocusOut: true,
231
});
232
0 commit comments