vscode-leetcode
vscode-leetcode copied to clipboard
Solve LeetCode problems in VS Code
## 🐛 Bug Report 提交测试时,双引号bug再次出现 例如20题 test -- write directly -- "{[]}" 提示 {[]} is not a valid value of type string 网页版没问题,多方对比发现只要输入的是要用括号括起来的字符串,该bug就会出现 #60 中提到已经修复,但0.18又出现了 ## Your Environment - *os*:...
## 🐛 Bug Report When fetching this problem, crash with an exception ## To Reproduce Search this specific problem ## Expected behavior A clear and concise description of what you...
Simple grammar fix in the sign-in success messages. `Successfully sign in by cookie` -> `Successfully signed in by cookie` `Successfully sign in` -> `Successfully signed in`
## 🚀 Feature Proposal Add an option containing a string, which will be prepended before the auto-generated code snippet. ## Motivation Take C++ for example. vscode will lint the code...
## 🐛 Bug Report In the VS Code Status Bar, it shows undefined in place of username ## To Reproduce - Logged in using Cookie Method  ## Extension Output...
``` ---------------------------------------------------------------------------------------------------- ✔ solution.discuss 2019.02.03 Plugin to fetch most voted solution in discussions. ✔ company 2017.12.18 Plugin to query by company for free user. ✔ cache default Plugin to provide...
## Milestone - [x] When clicking the problem node, create a webview panel with problem description. This feature could be implemented with `leetcode-cli show -x` command. Would be better if...
## 🐛 Bug Report When I press "test",this error occirs: ``` Line 6: IndentationError: expected an indented block IndentationError: expected an indented block import sys Line 6 (Solution.py) ``` ...
文件命名为中文的命名. 有没有办法命名为英文的呢?
比如像官网的题目过滤,我想筛选,简单的,数组类的所有题目, 然后开始学习,目前只有单个的筛选,没有组合的,希望可以增加