mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
chore: fix typos (#216562)
Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
@@ -287,7 +287,7 @@ impl StorageImplementation for ThreadKeyringStorage {
|
||||
|
||||
#[derive(Default)]
|
||||
struct KeyringStorage {
|
||||
// keywring storage can be split into multiple entries due to entry length limits
|
||||
// keyring storage can be split into multiple entries due to entry length limits
|
||||
// on Windows https://github.com/microsoft/vscode-cli/issues/358
|
||||
entries: Vec<keyring::Entry>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user