- Notifications
You must be signed in to change notification settings - Fork669
Closed
Milestone
Description
🐛 Bug Report
Extension initialization failed.
To Reproduce
- uninstall leetcode-vscode
- reinstall leetcode-vscode
- run the plugin, you will see it.
Expected behavior
leetcode-vscode should be ran smoothly.
Extension Output
v12.18.2
[WARN] Installing missing plugins, might take a while ...
- Downloadinghttps://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/github.js
[ERROR] HTTP Error: 404
[WARN] Installing missing plugins, might take a while ... - Downloadinghttps://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/github.js
[ERROR] HTTP Error: 404
Error: Command "node "/Users/xxxxxxx/.vscode/extensions/leetcode.vscode-leetcode-0.17.0/node_modules/vsc-leetcode-cli/bin/leetcode",plugin,-i,company" failed with exit code "1".
Your Environment
- os: MacOS 10.15.5
- extension settings:
- nodejs version: node-v12.18.2
- vscode version: 1.46.1
- extension version: 0.17.0
note:
I believe the problem is caused by the 404 from
https://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/github.js
I hope it helps. :D