vscode-sqlite
vscode-sqlite copied to clipboard
Failing to open the SQLite Explorer Tab
I'm having issues now with getting the Explorer tab to open. No matter if I right click to Open a SQLite database, or do it through the command palette, the SQLite Explorer fails to appear on the sidebar. Right clicking on EXPLORER doesn't show a hidden "SQLite Explorer" tab either. I'm not sure if this is as a result of a VSCode update.
I have tried so many previous versions of VSCode and SQLite explorer, no solution.
Same issue for me
@Testerboy21 With what OS are you having this issue? I tried to run the extension on the latest version of VS Code on both Windows and Ubuntu but they both worked
@Testerboy21 With what OS are you having this issue? I tried to run the extension on the latest version of VS Code on both Windows and Ubuntu but they both worked
Windows 10. At first it worked when I first installed it, but when I deleted the .db file and reinitialized it again it stopped working. I tried alternate viewers but they all read my .db file as 0, or 0 elements. No idea how to fix
I'm confused, based on how you are describing the issue it seems to be related to how you are reinitializing the database, since you have the same issue with other viewers, or am I missing something?
I'm confused, based on how you are describing the issue it seems to be related to how you are reinitializing the database, since you have the same issue with other viewers, or am I missing something?
I'm creating a local database with sql alchemy for data streaming. I append the data to the .db for reading. I'm using create_engine from sql alchemy. Your db viewer worked at first and allowed me to see the streamed data inside of that file. I deleted it and recreated another local one and it stopped working.
It is not showing any database view to me.
I am also having the same issue on Windows 10. I right click > Open database and the Sqlite Explorer tab does not appear. I am having this issue on all projects and on both of my Windows machines.
I am also having the same issue on Windows 10. I right click > Open database and the Sqlite Explorer tab does not appear. I am having this issue on all projects and on both of my Windows machines.
GoodDay did you manage to get the solution to this error since I am also having it and cannot find any solution to it