vscode-leetcode
vscode-leetcode copied to clipboard
Solve LeetCode problems in VS Code
## 💬 Questions and Help can i custom the content of the problem file, something like i want to add some head file before the class solution(i am using cpp)...
## 🐛 Bug Report This plugin uses ~/.lc for configuration and cache instead of using XDG compliant directories, e.g. $XDG_CONFIG_HOME and $XDG_CACHE_HOME. Could the plugin check for these variables and...
## 🐛 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...
login: pass: /root/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.1/node_modules/vsc-leetcode-cli/lib/plugins/leetcode.js:577 const authenticityToken = body.match(/name="authenticity_token" value="(.*?)"/); ^ TypeError: Cannot read property 'match' of undefined at Request._callback (/root/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.1/node_modules/vsc-leetcode-cli/lib/plugins/leetcode.js:577:36) at self.callback (/root/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.1/node_modules/request/request.js:185:22) at Request.emit (events.js:198:13) at Request.onRequestError (/root/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.1/node_modules/request/request.js:881:8) at ClientRequest.emit...
## 🚀 Feature Proposal Please consider adding [Cargo support](https://doc.rust-lang.org/cargo/) so Rust can get suggestions. Maybe when problems are downloaded, `cargo new` is automatically performed. This would allow Rust's rust-analyzer to...
can not sign in with the error message : self signed certificate in certificate chain 登录不进去啊 求大神帮帮忙 之前一直可以的 login: pass: - Signing in leetcode-cn.com [ERROR] Error: self signed certificate in...
## 🐛 Bug Report Error: EPERM: operation not permitted, mkdir 'C:\Users\bl94b' Please open the output channel for details. ## To Reproduce once installed the extension, click on "code now" button...
## 🐛 Bug Report A clear and concise description of what the bug is. when i install vscode-leetcode plugin, vscode told me plugin install successful. but i didn't see in...
## 🚀 Feature Proposal add `pass` for template ```python class Solution: def findAnagrams(self, s: str, p: str) -> List[int]: pass # @lc code=end ``` ## Motivation Avoid VScode propose Problem...
## 🐛 Bug Report I'm unable to view any problems, although they are appearing in the list. I am logged in. The following message is shown as an output: -...