-
-
Notifications
You must be signed in to change notification settings - Fork 34
Closed as not planned
Labels
Description
Extension Version
1.13.2
OS and Version
Ubuntu 22.04
VS Code Version
1.92.2
Database name and Version
mysql 8.0.37
Steps to reproduce
[
{
"name": "My test MySQL database", // <-- to identify the connection
"type": "mysql", // <- or "mariadb" if you are using MariaDB
"host": "...",
"port": "...",
"username": "...",
"password": "...",
"database": "..." // <-- the database to show in VS Code DevDb view
}
]
{
"folders": [
{
"path": "."
},
]
}
Partial contents of my .code-workspace
file. The contents of .devdbrc
do not appear in the UI.
Expected behavior
Expected the database connection to show up on the UI
Screenshots
Additional context
It might be more apt to have connections stored in the inheritable model of VSCode user/workspace settings.
This has many benefits including allow each developer to have their own DB connection/settings rather than have .devdbrc
commited into git