Since updating to Node 18.6 SQLTools extension stopped working with SQLite.
When trying to connect to the sqlite database, I get the error 'You need to install "sqlite3@4.2.0" to connect'. Trying to install the driver by clicking "install" reports a successful installation but the problem persists. There doesn't seem to be any errors in the logs from the installation.
Also tried uninstalling SQLTools and SQLite extensions, clearing the caches and reinstalling.
To Reproduce
- Create sqlite connection
- Attempt to connect to database
- Select "Install" from the error message popup
Expected behavior
SQLTools should connect to sqlite database
Screenshots


Desktop
- SQLTools Version: 0.23.0
- SQLTools SQLite: 0.2.0
- VSCode Version: 1.69.2
- OS: MacOS 12.5
- Database version: sqlite3 3.39.0
Since updating to Node 18.6 SQLTools extension stopped working with SQLite.
When trying to connect to the sqlite database, I get the error 'You need to install "sqlite3@4.2.0" to connect'. Trying to install the driver by clicking "install" reports a successful installation but the problem persists. There doesn't seem to be any errors in the logs from the installation.
Also tried uninstalling SQLTools and SQLite extensions, clearing the caches and reinstalling.
To Reproduce
Expected behavior
SQLTools should connect to sqlite database
Screenshots


Desktop