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?