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
node
Describe the bug If node is in the current executable search path, the node segment shows the node version even if not in a node project.
To Reproduce Steps to reproduce the behavior:
Expected behavior Node segment should only show up when in a node project (ie. when there's also a package version)
Environment (please complete the following information):
Additional context Bug was added with this commit: 14bfc26
The segment should not be visible unless there's also a package version to display.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If
node
is in the current executable search path, the node segment shows the node version even if not in a node project.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Node segment should only show up when in a node project (ie. when there's also a package version)
Environment (please complete the following information):
Additional context
Bug was added with this commit: 14bfc26
The segment should not be visible unless there's also a package version to display.
The text was updated successfully, but these errors were encountered: