vscode-leetcode
vscode-leetcode copied to clipboard
Solve LeetCode problems in VS Code
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.2 to 12.3.2. Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in newline rule. Thanks to @MakeNowJust. [12.3.1] - 2022-01-07 Fixed Fix corner...
I saw that elixir was now supported in the leetcode web UI, and thought it would be nice to be able to do that within vscode. This PR basically just...
Custom Test Case is not being parsed correctly and the api is throwing incorrect data format error
## 🐛 Bug Report A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior. Hello team, When i try to add my...
# step1 在vscode 的preference中的http代理设置http://127.0.0.1:3128【原因如下】 # step2 安装 cntlm 查找教程配置内网代理,配置cntlm.ini # step3 sign in leetcode done!
## 💬 Questions and Help I have two similar problems, how to preview them side by side? Should I use multiple vscode instances instead?
For example, sword finger offer I, sword finger offer II, interview question series
## 🚀 Feature Proposal vs code的leetcode插件并不包含剑指offer(第二版)、剑指offer第二版、程序员面试金典的题目,希望可以拉取这三本书的题目以及周赛等比赛题目,同时希望可以建立一些tag来分类管理。 ## Motivation Please outline the motivation for the proposal. ## Contribution Please describe the solution if you'd like to submit a PR.
## 🐛 Bug Report after test case failed, it will prompt which lines have error, but they are not actual line number in source file ## To Reproduce ## Expected...
## 🚀 Feature Proposal 大部分编程语言都不支持中文目录,希望能自动生成英文目录路径 ## Motivation 根据 [自定义题目文件的相对文件夹路径和文件名](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E9%A2%98%E7%9B%AE%E6%96%87%E4%BB%B6%E7%9A%84%E7%9B%B8%E5%AF%B9%E6%96%87%E4%BB%B6%E5%A4%B9%E8%B7%AF%E5%BE%84%E5%92%8C%E6%96%87%E4%BB%B6%E5%90%8D)的描述, 如果使用${name}来让插件自动解析,就会生成中文路径. 希望就算是中文用户登录leetcode-cn,解析出来的题目也是英文的 ## Contribution Please describe the solution if you'd like to submit a PR.
Add the function of viewing history submission