Skip to content

Commit d31a7ab

Browse files
authored
Fixed prompt for additional arguments from -mr to --mr (#166)
1 parent e8e1beb commit d31a7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup_utilities/workspace-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export async function workspaceSetupFromWestGit(context: vscode.ExtensionContext
226226
// Second quick input for additional west arguments
227227
const additionalArgs = await vscode.window.showInputBox({
228228
prompt: "Enter any additional arguments for west init/update (optional)",
229-
placeHolder: "-mr main",
229+
placeHolder: "--mr main",
230230
ignoreFocusOut: true,
231231
});
232232

0 commit comments

Comments
 (0)