formulahendry / vscode-mysql

MySQL management tool for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.vscode-mysql
MIT License
221 stars 60 forks source link

pre configure connection in settings #138

Open jonfen opened 4 years ago

jonfen commented 4 years ago

using a vs code dev container has proved useful in getting someone up and running quickly, especially with extension features like below, does vscode-mysql have such a thing?

https://github.com/Microsoft/vscode-mssql/wiki/manage-connection-profiles#edit-connections-in-the-user-settings-file

"mssql.connections": [
    {
        "authenticationType": "SqlLogin",
        "server": "myservername",
        "database": "optionalDbName",
        "user": "MyUserName",
        "password": "",
        "savePassword": true
    }
]
MartialSeron commented 3 years ago

came here just to request the same feature