You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to automatically detect and connect to the database found in the current VS Code workspace in the following scenarios:
Laravel app (normal/Sail) that has database configurations in config/database.php for sqlite and mysql drivers
A .devdb.json file in the current workspace, which is a jSON file that contains the key sqlite, with a value path which contains the string to the absolute path of the sqlite database file
Ability to automatically detect and connect to the database found in the current VS Code workspace in the following scenarios:
config/database.php
forsqlite
andmysql
drivers.devdb.json
file in the current workspace, which is a jSON file that contains the keysqlite
, with a valuepath
which contains the string to the absolute path of the sqlite database fileUI
General plan
Contribute a view container that displays in the
Panel
, and then contribute a view into the contributed view containerNote
While at it, ensure to read and implement most of the best practices for web view: https://code.visualstudio.com/api/extension-guides/webview (e.g. using the
retainContextWhenHidden
API, security practices suggested in there, etc.)The text was updated successfully, but these errors were encountered: