Patch VS Code to wait for storage write (#2049)
VS Code has a short delay before writing storage (probably to queue up rapid changes). In the web version of VS Code this happens on the client which means if the page is reloaded before the delay expires the write never happens. Storage updates are already promises so this simply returns the promise returned by the delayer so it won't resolve until the write actually happens. Fixes #2021.
A
Asher committed
3761f7bd519181e412f2add37d073f5b1218d766
Parent: ceceef1
Committed by GitHub <noreply@github.com>
on 9/3/2020, 6:57:46 PM