-
Notifications
You must be signed in to change notification settings - Fork 683
Closed
Description
🐛 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!
- Downloading https://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/company.js
(node:16136) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Usenode --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
- os: Windows11
- extension settings:{
"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,
} - nodejs version:Latest
- vscode version:Latest
- extension version:Latest
EricCheng0508
Metadata
Metadata
Assignees
Labels
No labels