SIGN IN SIGN UP

fix(lib/vscode): replace doStore with getSotrage

Inside the class BrowserStorageService, it looks like they replaced doStore with
getStorage.

However, at the time of writing this message, I am getting a TypeScript error
saying:
> Non-abstract class 'BrowserStorageService' does not implement inherited
> abstract member 'doStore' from class 'AbstractStorageService'.

Hopefully that will be disappear after I fix other errors.
J
Joe Previte committed
dc5c271a0c91389ec0f64d29138bed616812b8a0
Parent: dac44ec