LeetCode-OpenSource / vscode-leetcode

Solve LeetCode problems in VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
MIT License
8.16k stars 644 forks source link

"LeetCode.vscode-leetcode" extension not found or can't install the extension #871

Open artkpv opened 1 year ago

artkpv commented 1 year ago

🐛 Bug Report

VSCode, 1.76.2, on ArchLinux, can not find LeetCode.vscode-leetcode extension.

To Reproduce

Run:

❯ code --install-extension LeetCode.vscode-leetcode
Installing extensions...
Extension 'leetcode.vscode-leetcode' not found.
Make sure you use the full extension ID, including the publisher, e.g.: ms-dotnettools.csharp
Failed Installing Extensions: leetcode.vscode-leetcode

Or ext install LeetCode.vscode-leetcode in Ctrl+P

Expected behavior

The extension is found and installed. Or provide VSIX file to install it.

Extension Output

Not extension output as it fails to install.

Your Environment

Ealinse commented 5 months ago

have you solved it ?