-
Notifications
You must be signed in to change notification settings - Fork 665
Installed Node.js doesn't work #1
New issue
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
Comments
Hi @xxks-kkk , thank you for the feedback. Currently the explorer do have some bugs now. But I cannot repro this one: Could you please provide more information about this? like the version of vs code, repro steps, etc. 😄 |
I'm using Viisual Studio Code Version 1.20.1 (1.20.1). The steps I take roughly like:
I'm using Mac OSX 10.10.5. Hope this description helps! |
@xxks-kkk I see. Currently, the extension will check the node runtime at the startup. If user installed Node.js, then it will register related commands, otherwise, it just give a hint and return. Could you please try to restart the VS Code (or maybe restart your Mac) and see if this issue still occur? |
Hi @xxks-kkk Does the problem still occurs? |
@xxks-kkk please feel free to reopen this issue if it still blocks you. |
I also encountered this problem. I tried to uninstall and reload the plug-in, and then I'll be OK. |
I typed

node -v
and gotv6.7.0
and then in VS Code, the error message showsCommand 'leetcode.refreshExplorer' not found
.The text was updated successfully, but these errors were encountered: