vscode-leetcode icon indicating copy to clipboard operation
vscode-leetcode copied to clipboard

Solve LeetCode problems in VS Code

Results 233 vscode-leetcode issues
Sort by recently updated
recently updated
newest added

重启电脑.... 使用插件接近一个月, 使用用户名和密码登录。今天突然说登录失效, 尝试多次始终无法成功登录。遂重启N次vscode,依旧无法解决。 最后重启电脑解决。

## 🐛 Bug Report A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior. ## Expected behavior A clear and concise description...

## 🐛 Bug Report I'm not able to sign in to leetcode.com using account and password, it said `invalid password`, but I'm sure I was using correct username and password....

## 🚀 Feature Proposal A clear and concise description of what the feature is. ## Motivation Please outline the motivation for the proposal. ## Contribution Please describe the solution if...

## 🐛 Bug Report The question set is empty after login, have tried both CN and US endpoint. ![image](https://github.com/LeetCode-OpenSource/vscode-leetcode/assets/20528779/7d944511-bb2b-495b-ac85-df4928fa3a12) ![image](https://github.com/LeetCode-OpenSource/vscode-leetcode/assets/20528779/c3963266-5cd2-4fec-8267-e38b048b031a) While questions can be fetched using cli ![image](https://github.com/LeetCode-OpenSource/vscode-leetcode/assets/20528779/0fac8874-f36f-41ba-8d13-270c54a4b295) ![image](https://github.com/LeetCode-OpenSource/vscode-leetcode/assets/20528779/99132041-128c-45ec-b836-0d43a06b2364) ##...

## 🐛 Bug Report when i was login in, i get this error ``` pass: - Signing in leetcode.cn - Retrieving user favorites [WARN] Favorite not found? - Retrieving user...

## 🐛 Bug Report When I try to test code about question 3[无重复字符的最长子串], it shows "failed to test the solution, please open the output pannel for details". And when I...

## 🐛 Bug Report Plugin does not create test cases. Unable to debug/test locally... ## Expected behavior All test cases should be created to debug/test locally. User should be able...

我本地vscode连接远程服务器,在远程服务器上写c代码,顺便刷题,但配置leetcode后,只能起作用一条 ``` //for windows "leetcode.nodePath": "D:\\Program\\Code\\nodejs\\node.exe", // for linux "leetcode.nodePath": "/usr/local/node/nodejs/bin/node", ``` 请问这种情况如何处理?现在只能有一条路径起作用