You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
editor.command.default is set to vscode and editor.command.default.arguments is set to --wait.
If I do a post from vscode Terminal, it shows this error while waiting for the .json file to close: [33184:1028/103530.347:ERROR:service_worker_storage.cc(1904)] Failed to delete the database: Database IO error
After putting in a valid JSON string and closing the file, I get no other error. The service_worker_storage error is a bit weird though: what database was it trying to delete and why was it trying to delete that database?