Skip to content

Use file system for user data #2348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 23, 2020
Merged

Use file system for user data #2348

merged 2 commits into from
Nov 23, 2020

Conversation

code-asher
Copy link
Member

No description provided.

It's possible that using browser storage makes more sense with settings
sync, so we might want to revisit this once/if we get settings sync
working. As it currently is though, browser storage just causes jank.

The path was also missing a `User` at the end so I added that. This
might affect the Vim extension which would have been writing to the
wrong path previously but I don't believe it should affect anything
else since they would have been writing to browser storage.

- Fixes #2208
- Fixes #2231
- Fixes #2279
- Fixes #2274
@code-asher code-asher changed the base branch from v3.7.2 to master November 20, 2020 20:08
This is included in the bundle now.
@code-asher code-asher marked this pull request as ready for review November 20, 2020 21:37
@code-asher code-asher requested a review from nhooyr as a code owner November 20, 2020 21:37
Copy link
Contributor

@nhooyr nhooyr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and things work as expected now!

@nhooyr nhooyr merged commit a018e30 into master Nov 23, 2020
@nhooyr nhooyr deleted the userdata branch November 23, 2020 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants