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
constmessage="host, port and ns must be specified.";
250
+
constmessage="'host', 'port' and 'ns' must be specified.";
248
251
outputChannel.appendError(message);
249
-
panel.text=`${packageJson.displayName} - ERROR`;
250
-
panel.tooltip=message;
252
+
panel.text=`${PANEL_LABEL} $(error)`;
253
+
panel.tooltip=`ERROR - ${message}`;
251
254
return;
252
255
}
253
256
api
@@ -293,14 +296,14 @@ export async function checkConnection(clearCookies = false, uri?: vscode.Uri): P
293
296
);
294
297
}
295
298
},1000);
296
-
message="Not Authorized";
299
+
message="Not Authorized.";
297
300
errorMessage=`Authorization error: Check your credentials in Settings, and that you have sufficient privileges on the /api/atelier web application on ${connInfo}`;
298
301
}else{
299
302
errorMessage=`${message}\nCheck your server details in Settings (${connInfo}).`;
0 commit comments