Cannot connect to a sqlite3 database (using vscode extension)
Platform: Windows 10.0.19 Editor: VScode 1.71.2
settings.json:
"sqlLanguageServer.connections": [
{
"name": "Gameplay",
"adapter": "sqlite3",
"filename": "C:/Users/conno/Documents/My Games/Sid Meier's Civilization VI/Cache/DebugGameplay.sqlite"
}
],
Saving settings.json produces this

Running "SQLLanguageServer: Rebuild SQLite3 Client" produces these in very quick succession (like no loading had even occured):

But no autocomplete:

I'm seeing the same thing on MacOS
The debug output seems to suggest that things are working as expected, but all operations are not even taking a nanosecond to complete. This suggests to me that little to no work is being done.
I also get the "Need to rebuild sqlite3 module" message every time I restart the extension host. I see the same problem in VS Code and Neovim (installed via Mason)
any update?