Skip to content

I can not open the vscode-Leetcode after updating win11 #758

@chiichen

Description

@chiichen

🐛 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
    (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

  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions