formulahendry / formulahendry/vscode-mysql

pre configure connection in settings

Open
#138 1 comment 8 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
229
Forks
58
PR merge metrics
No merged PRs in 30d

Description

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
}
]
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the linked mssql connection-profile example and then trace how vscode-mysql currently handles connection settings. Done means users can preconfigure MySQL connections in the VS Code user settings, including the fields shown in the example.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, typescript, vscode
Domain
database, devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.