Preferences: Open Settings (JSON)
a w nim konfiguracja połączeń MSSQL:
1
2
3
4
5
6
7
8
9
10
11
12
| "mssql.connections": [
{
"server": "127.0.0.1,52019",
"database": "",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "",
"emptyPasswordInput": false,
"savePassword": true,
"profileName": "SQL2019"
}
],
|