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
Enter the URL of the running JupyterHub Server... could be shortened to Enter URL of running JupyterHub server in the quickpick item name and placeholder
Invalid JupyterHub URL is pretty vague and hard to troubleshoot (could be because there isn't a server at that URL, or because of some other connectivity error), would be nice to either include the actual error message or provide a command link to open the extension output channel for logs
If the username and password are wrong we show the username input again and say Invalid username or password., there shouldn't be a period at the end of that as it's inconsistent with the other validation messages that we show, and ideally it should say something more actionable like Your username or password did not match (even better if we can say which part was incorrect)
The text was updated successfully, but these errors were encountered:
even better if we can say which part was incorrect)
As a best practice in security this is never done, else anyone trying to hack your account know they have made progress and need to only focus on the other
error message or provide a command link to open the extension output channel for logs
Testing microsoft/vscode-jupyter#14367
Enter the URL of the running JupyterHub Server...
could be shortened toEnter URL of running JupyterHub server
in the quickpick item name and placeholderInvalid JupyterHub URL
is pretty vague and hard to troubleshoot (could be because there isn't a server at that URL, or because of some other connectivity error), would be nice to either include the actual error message or provide a command link to open the extension output channel for logsInvalid username or password.
, there shouldn't be a period at the end of that as it's inconsistent with the other validation messages that we show, and ideally it should say something more actionable likeYour username or password did not match
(even better if we can say which part was incorrect)The text was updated successfully, but these errors were encountered: