mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Feedback on secrets API #112249
This commit is contained in:
@@ -25,7 +25,7 @@ export class ExtHostSecretState implements ExtHostSecretStateShape {
|
||||
return this._proxy.$getPassword(extensionId, key);
|
||||
}
|
||||
|
||||
set(extensionId: string, key: string, value: string): Promise<void> {
|
||||
store(extensionId: string, key: string, value: string): Promise<void> {
|
||||
return this._proxy.$setPassword(extensionId, key, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user