We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6ce0a commit ce57c22Copy full SHA for ce57c22
src/commands/promptAuth.ts
@@ -11,6 +11,7 @@ export class PromptAuth extends Command {
11
const username = await window.showInputBox({
12
placeHolder: "Svn repository username",
13
prompt: "Please enter your username",
14
+ ignoreFocusOut: true,
15
value: prevUsername
16
});
17
@@ -22,6 +23,7 @@ export class PromptAuth extends Command {
22
23
placeHolder: "Svn repository password",
24
prompt: "Please enter your password",
25
value: prevPassword,
26
27
password: true
28
29
0 commit comments