VSCode: mssql plugin - konfiguracja połączenia
Preferences: Open Settings (JSON) a w nim konfiguracja połączeń MSSQL: "mssql.connections": [ { "server": "127.0.0.1,52019", "database": "", "authenticationType": "SqlLogin", "user": "sa", "password": "", "emptyPasswordInput": false, "savePassword": true, "profileName": "SQL2019" } ],