Extension Version
v1.1.0
OS and Version
Windows 11
VS Code Version
v1.85.2
Database name and Version
Sqlite3
Steps to reproduce
Steps to reproduce the behavior:
- Create a new laravel application
- Change the
DB_CONNECTION inside the .env to sqlite
- execute the
php artisan:migrate.
- Open the DevDb and click the Sqlite Database File Picker.
- Select your database file (database.sqlite)
Expected behavior
Expected to load the tables like the screenshot

Screenshots

Additional context
No response