vscode sqlite Unable to open this file -- only text documents are supported" code example
Example: Unable to find a valid SQLite command
// Ubuntu
sudo apt-get install sqlite3 libsqlite3-dev
// In VsCode Ctrl+Shift+P search settings.json and set
"sqlite.sqlite3": "/usr/bin/sqlite3"