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
constplaceHolder=(password===undefined) ? `Enter password later for remaining ${promptServerNames.length-1} server(s)?` : `Store the same password for remaining ${promptServerNames.length-1} server(s)?`;
237
+
consttitle=(password===undefined) ? `Enter password later for remaining ${promptServerNames.length-1} server(s)?` : `Store the same password for remaining ${promptServerNames.length-1} server(s)?`;
238
238
constitems=[
239
239
`No`,
240
240
`Yes`,
@@ -244,7 +244,7 @@ async function promptForPasswords(secretStorage: vscode.SecretStorage, serverDef
0 commit comments