mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
tslint5 adoption - fix semicolon rule
This commit is contained in:
@@ -13,7 +13,7 @@ export class ExtHostCredentials implements ExtHostCredentialsShape {
|
||||
|
||||
constructor(mainContext: IMainContext) {
|
||||
this._proxy = mainContext.get(MainContext.MainThreadCredentials);
|
||||
};
|
||||
}
|
||||
|
||||
readSecret(service: string, account: string): Thenable<string | undefined> {
|
||||
return this._proxy.$readSecret(service, account);
|
||||
|
||||
Reference in New Issue
Block a user