You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new connection with connection string (that triggers Enable Trust Server Certificate error)
Click on Enable Trust Server Certificate
Below error is captured in Extension Host and OE tree fails to load:
stack trace: TypeError: Cannot read properties of undefined (reading 'length')
at getConnectionDisplayString (c:\Users\cmalhotra\Code\GitHub\vscode-mssql\src\models\connectionInfo.ts:150:11)
at Object.getPicklistDescription (c:\Users\cmalhotra\Code\GitHub\vscode-mssql\src\models\connectionInfo.ts:114:25)
at ConnectionStore.createQuickPickItem (c:\Users\cmalhotra\Code\GitHub\vscode-mssql\src\models\connectionStore.ts:389:26)
at c:\Users\cmalhotra\Code\GitHub\vscode-mssql\src\models\connectionStore.ts:469:36
Issue occurs as conn string is not updated properly, and profile is saved also by itself - in connection string format.
Mitigation:
Use Connection properties instead
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Below error is captured in Extension Host and OE tree fails to load:
Issue occurs as conn string is not updated properly, and profile is saved also by itself - in connection string format.
Mitigation:
Use Connection properties instead
The text was updated successfully, but these errors were encountered: