export state.vscdb as json

VS Code stores its state in sqlite3 databases, which you can find using this stackoverflow post. I looked at the database and it's just a key-value table, where the values are sometimes JSON values and sometimes unquoted strings, but never JSON strings. So I can translate them into human-readable JSON fairly easily.

For this tool, find any .vscdb file (as linked above) and upload it here.