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
@@ -163,10 +201,11 @@ async function handleConnectionError(err: any) {
163
201
if(errinstanceofAuthenticationFailureError){
164
202
answer=awaitvscode.window.showErrorMessage(`
165
203
Authentication Failed: Please check your credentials and try again \n
166
-
If you're still having difficulty, please check out this helpful troubleshooting link`,{modal: true},"Troubleshoot Link");
204
+
or inform a Bucket on Troubleshooting to inspect your connection \n
205
+
or check out this helpful troubleshooting link`,{modal: true},"Troubleshoot Link");
167
206
}
168
207
else{
169
-
answer=awaitvscode.window.showErrorMessage(`Could not establish a connection \n ${err} \n If you're having difficulty, please check out this helpful troubleshooting link`,{modal: true},"Troubleshoot Link");
208
+
answer=awaitvscode.window.showErrorMessage(`Could not establish a connection \n ${err} \n Inform a Bucket on Troubleshooting to inspect your connection \n or check out this helpful troubleshooting link`,{modal: true},"Troubleshoot Link");
0 commit comments