We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code-server --version
No menu option
Menu option
No response
The check only sees if auth is defined when it should check that it is not none:
auth
none
this._environmentService.args['auth'] ? base + '/logout' : undefined,
The text was updated successfully, but these errors were encountered:
code-asher
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.5.1Steps to Reproduce
Expected
No menu option
Actual
Menu option
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code or GitHub Codespaces?
Are you accessing code-server over HTTPS?
Notes
The check only sees if
auth
is defined when it should check that it is notnone
:The text was updated successfully, but these errors were encountered: