LeetCode-OpenSource/vscode-leetcode

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

artkpv opened this issue · 1 comments

🐛 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

  • os: Linux ARCHPC 6.2.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 11 Mar 2023 14:28:13 +0000 x86_64 GNU/Linux
  • extension settings:
  • nodejs version: v19.8.1
  • vscode version: 1.76.2, ee2b180d582a7f601fa6ecfdad8d9fd269ab1884, x64
  • extension version: 0.18.1

have you solved it ?