predefined connections array on settings, this helps on devcontainer setups alot
sqltools is already using similar idea to handle connections
"sqltools.connections": [
{
"name": "Container database",
"driver": "MariaDB",
"server": "localhost",
"previewLimit": 50,
"port": 3306,
"database": "....",
"username": ".....",
"password": "....."
}
]
-
Mikhail commented
And just for the linking.
Here is the feature request issue on GitHub: https://github.com/mongodb-js/vscode/issues/368 -
Mikhail commented
Agree with Russell. Faced the same issue, a lot of other extensions provides this ability, would be great if mongodb extensions will do the same
-
Russell commented
This is a critical make or break feature and is not only valuable for devcontainers, but also codespaces which is based on devcontainers. The ability to have a complete dev environment including tool configuration at the click of a button is extremely valueable