-
Notifications
You must be signed in to change notification settings - Fork 60
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
Setting file with unexped ended json #160
Comments
This is caused by quickly call public async set(id: string, workspace: IWorkspace): Promise<void> {
this.workspaces[id] = this.sanitizeWorkspace(workspace);
await this.reactBeforeWorkspaceChanged(workspace);
await settings.set(`workspaces.${id}`, { ...workspace });
await this.updateWorkspaceSubject();
await this.updateWorkspaceMenuItems();
} |
I fixed broken json using |
Ah, fair. I guess I misunderstood your initial ticket :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look at the
}}}ransparentBackground":false}}}
in the end, probably this is the result of disablingatomicSave
in #159?The text was updated successfully, but these errors were encountered: