joe-re / sql-language-server

SQL Language Server
MIT License
683 stars 64 forks source link

troubleshooting? #72

Open schmeic opened 3 years ago

schmeic commented 3 years ago

Hi, this extension does not appear to be working at all for me. I've configured a connection, and see it when I try and change connection, but when I edit an sql file I get no autocomplete. Any suggestions for how to troubleshoot this?

joe-re commented 3 years ago

@schmeic May I know your OS and VSCode version?

schmeic commented 3 years ago

Linux Mint 20.2, vscode 1.59.1

Wild-W commented 2 years ago

I also cannot get the extension to work for me. I'm using Windows 10 x64 on the latest version of VSCode (1.71), trying to connect to a SQLite database using the workspace settings.json.

{
    "sqlLanguageServer.connections": [
        {
          "name": "civ6_proj",
          "adapter": "sqlite3",
          "filename": "/Users/conno/Documents/My Games/Sid Meier's Civilization VI/Cache/DebugGameplay.sqlite",
        }
    ]
}

Upon saving these settings the extension gives me an error telling me to rebuild and when I do, it instantly completes, but I don't seem to get any autocomplete.