vscode-sqlite
vscode-sqlite copied to clipboard
need open any file from left pane of vscode (explorer) as sqlite
via "Open Width..." context menu item.
way to ctrl+shift+p -> open database -> choose file is too ugly and open only "database" files. what is "database"? file ends of .sqlite ? but why?
Please add support for opening database files without extensions. I had following to settings but still can't open. It won't show in the open file dialog.
"sqlite.databaseExtensions": [
"",
"db",
"db3",
"sdb",
"s3db",
"sqlite",
"sqlite3"
]
EDIT: I'm on Windows 11, VSCode v1.74.2