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
Copy file name to clipboardExpand all lines: src/commands/managePasswords.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,12 @@ export async function migratePasswords(secretStorage: vscode.SecretStorage): Pro
96
96
migratableCredentials.push(item);
97
97
}
98
98
});
99
+
99
100
if(migratableCredentials.length===0){
100
101
constmessage='No remaining legacy stored passwords are eligible for migration.';
101
102
constdetail='They are either for servers with a password already stored in the new format, or for servers whose definition does not specify a username.'
0 commit comments