mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
extensions - fully provide keytar API
This commit is contained in:
@@ -263,6 +263,7 @@ export interface MainThreadKeytarShape extends IDisposable {
|
||||
$setPassword(service: string, account: string, password: string): Promise<void>;
|
||||
$deletePassword(service: string, account: string): Promise<boolean>;
|
||||
$findPassword(service: string): Promise<string | null>;
|
||||
$findCredentials(service: string): Promise<Array<{ account: string, password: string }>>;
|
||||
}
|
||||
|
||||
export interface IRegExpDto {
|
||||
|
||||
Reference in New Issue
Block a user