mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08:00
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.