mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

"You need to install sqlite3" prompt has Read More button that points to a 404 #1330

Closed unikitty37 closed 1 month ago

unikitty37 commented 1 month ago

Describe the bug When attempting to connect to a SQLite 3 database for the first time, a prompt to install sqlite3@5.1.1 appears. Clicking "Read more" opens a web page (https://vscode-sqltools.mteixeira.dev/en/drivers/sqlite?umd_source=vscode) that does not exist.

To Reproduce

  1. Install SQLTools on a system that does not have sqlite3@5.1.1 installed.
  2. Create a SQLite3 connection.
  3. Click "Test Connection".
  4. Click "Read more".

Expected behaviour A web page with helpful content opens.

Screenshots image

Desktop (please complete the following information):

Additional context It may be easier to add a redirect on the web server than to push code changes to the extension 😁