-
Notifications
You must be signed in to change notification settings - Fork 666
I can not open the vscode-Leetcode after updating win11 #758
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
And I have tried reintalling the extension |
The output has changed v16.13.0 SyntaxError: Unexpected end of input SyntaxError: Unexpected end of input |
I have figured it out: What you need to do is delete the filefolder "C:\Users{$Username$}.vscode\extensions\leetcode.vscode-leetcode-0.18.0" and delete the extension in vscode and install it again |
这是来自QQ邮箱的假期自动回复邮件。你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
I've met the same problem with you, and I try your solution, and it works. Thank you~~ |
🐛 Bug Report
When I open vscode-Leetcode after updating the latest win11 version in 2021/11/30, I meet an error
To Reproduce
Just update the version of Windows 11
Expected behavior
A clear and concise description of what you expected to happen.
Extension Output
v16.13.0
[ERROR] Plugin not found!
(node:16136) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use
node --trace-warnings ...
to show where the warning was created)[ERROR] Error: read ECONNRESET
Error: Command "node "c:\Users\Chi.vscode\extensions\leetcode.vscode-leetcode-0.18.0\node_modules\vsc-leetcode-cli\bin\leetcode",plugin,-i,company" failed with exit code "1".
Your Environment
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"python.pythonPath": "C:\Users\Chi\AppData\Local\Programs\Python\Python39\python.exe",
"files.autoSave": "afterDelay",
"java.home":"D:\JDK",
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"python.defaultInterpreterPath": "C:\Users\Chi\AppData\Local\Programs\Python\Python39\python.exe",
"C_Cpp.updateChannel": "Insiders",
"leetcode.nodepath": "D:\Node.js\node.exe",
"leetcode.endpoint": "leetcode-cn",
"leetcode.workspaceFolder": "D:\my repo\SummerDay\CPP\leetcode",
"githubIssues.queries": [
{
"label": "My Issues",
"query": "default"
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
}
],
"leetcode.defaultLanguage": "cpp",
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.hint.commentDescription": false,
"cmake.configureOnOpen": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"/.classpath": true,
"/.project": true,
"/.settings": true,
"/.factorypath": true
},
"git.autofetch": true,
}
The text was updated successfully, but these errors were encountered: