vscode-leetcode
vscode-leetcode copied to clipboard
Solve LeetCode problems in VS Code
使用javascript,一遇到参数是字符串的题就没法输入测试用例。 例如290 word-pattern, 我尝试过 ``` abba\ndog cat cat fish "abba""dog cat cat fish" "abba"\n"dog cat cat fish" ""abba\ndog cat cat fish"" ``` 所有这些都会提示 ``` abba is not a valid value...
can't log in leetcode now, error msg as below: `(node:4979) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning...
I was not able to download problems after login. I'm running the plugin behind corporate firewall, I am sure the proxy setting is working fine. The LeetCode log as below:...
It would be nice to have the MyList feature from leetcode.
## 🐛 Bug Report after click "submit" or "test", a notification window titled "submitting to leetcode" show up at right down corner, but maybe it got some network error, the...
## 🚀 Feature Proposal when user is reviewing code like 66.PlusOne.go, its description web page is already closed, if you want to read the description, you have to go back...
## 🐛 Bug Report Can't view markdown problem description in vscode. ## To Reproduce Choose random problem. ## Expected behavior   ## Extension Output (node:13690) Warning: Accessing non-existent property...
Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/README.md) first. You can also find more information in: - [TROUBLESHOOTING](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/Troubleshooting) - [FAQ](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/FAQ) ## 💬 Questions and Help...
I chose the setting named "Leetcode: Show Description" with "Both", that I want can see the whole question description both in webview and file comment, but there are something wrong...
## 🚀 Feature Proposal Option to return the list of completed leetcode questions ## Motivation I'd like to programmatically keep track of which problems I've done and getting an output...