Open jonfen opened 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 } ]
came here just to request the same feature
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