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
@@ -168,12 +170,12 @@ export class HttpClientCore {
168
170
: newURL(proxy).protocol;
169
171
170
172
if(!scheme){
171
-
message=`Proxy settings found, but without a protocol (e.g. http://): '${proxy}'. You may encounter connection issues while using the MSSQL extension.`;
173
+
message=`Proxy settings found, but without a protocol (e.g. http://): '${proxy}'. You may encounter connection issues while using this extension.`;
message=`Proxy settings found, but encountered an error while parsing the URL: '${proxy}'. You may encounter connection issues while using the MSSQL extension. Error: ${errorMessage}`;
178
+
message=`Proxy settings found, but encountered an error while parsing the URL: '${proxy}'. You may encounter connection issues while using this extension. Error: ${errorMessage}`;
@@ -179,12 +179,12 @@ export class HttpClientCore {
179
179
: newURL(proxy).protocol;
180
180
181
181
if(!scheme){
182
-
message=`Proxy settings found, but without a protocol (e.g. http://): '${proxy}'. You may encounter connection issues while using the MSSQL extension.`;
182
+
message=`Proxy settings found, but without a protocol (e.g. http://): '${proxy}'. You may encounter connection issues while using this extension.`;
message=`Proxy settings found, but encountered an error while parsing the URL: '${proxy}'. You may encounter connection issues while using the MSSQL extension. Error: ${errorMessage}`;
187
+
message=`Proxy settings found, but encountered an error while parsing the URL: '${proxy}'. You may encounter connection issues while using this extension. Error: ${errorMessage}`;
0 commit comments