vscode-sqlite icon indicating copy to clipboard operation
vscode-sqlite copied to clipboard

need open any file from left pane of vscode (explorer) as sqlite

Open sevkin opened this issue 3 years ago • 1 comments

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?

sevkin avatar Feb 18 '22 13:02 sevkin

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

fmir864 avatar Jan 10 '23 04:01 fmir864