0

I am trying to use SQLite in VSCode. I have installed SQLite extension by Alexcvzz. after opening the database when I right-click on the table and select "Show Table" no data appear. please see the picture below.

Note: I have created a database in SQLite, and the database has data in it.

VSCode screenshot after clicking "Show Table"

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
Anonymous
  • 1
  • 1
  • 4

2 Answers2

0

I was having this same issue. I just noticed that Alexcvzz updated it on Nov 6th 2021. This was mentioned in the changelog. I've updated and it now works.

0

Instead, you can use the other extension SQLite Viewer on VSCode.

By clicking on SQLite database files, you can see the tables and their data in SQLite.

Super Kai - Kazuya Ito
  • 22,221
  • 10
  • 124
  • 129