-
Notifications
You must be signed in to change notification settings - Fork 666
unable to activate the extension. #247
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
Is there any logs in the console if you open Help > Toggle Developer Tools |
What will be shown if you click the leetcode icon on the left activity bar? Besides, is there any output message if you press |
@LucaPractice Just feel free to comment on the root cause and how you solve the problem. This information could help other users who also encounter the same problem. Thanks. |
I meet the same problem. The day before yesterday I could use the extension normally, today it fails. There is a "There is no data provider registered that can provide view data." on the sidebar and there is "leetcode.xxx not found" Here is my log: |
@jdneo Thanks! |
@deadoggy I guess the root cause is that the installed files are corrupted. Try to uninstall the extension and remove it. You should be able to find it under Please let me know if this could help solve your problem. |
@jdneo I uninstalled the extension and removed the folder under ~/.vscode/extensions/, but the problem still exists. Here is the console screenshot: It's almost the same as the prior one. |
Ah, Have no ideas so far. But I noticed that there is some other strange output in the console: Not sure if it is something wrong with your environment. @Vigilans Do you have any ideas? |
Found the problem.
However, in the published extension, there is the first letter to be lower case Ubuntu file name is case-sensitive, resulting in the NotFound problem. @jdneo btw, I checked the folder structure in the extension folder and found another thing strange: So there are two problems with the published extension:
|
I made a low-level mistake. I installed the extension first and then installed nodejs. I found that I can't use it and I reinstalled the extension. I did not restart the vscode after uninstalling the extension, so I can't use it after reinstalling the extension. |
@Vigilans |
Thanks. |
您好,我的vscode版本为1.32.3,nodejs版本为10.15.3,使用插件时仍然有command 'leetcode.xxx' not found的错误提示。
The text was updated successfully, but these errors were encountered: