leetcode-extension
leetcode-extension copied to clipboard
Solved LeetCode problem in VS Code added some new features
## 🐛 Bug Report(错误报告) 不算个Bug,希望能添加对Sql、Shell等分类下题目的支持。 ## To Reproduce(重现) 无 ## Expected behavior(预期行为) 添加对Sql、Shell等分类下题目的支持 ## Extension Output(扩展输出) 无 ## Your Environment os(操作系统): osx 12.6.6 (21G646) extension settings(扩展设置): nodejs version(nodejs 版本): v21.6.1....
获取中文题解时,一直加载中,右下角显示: "正在获取中文题解~~~"
## 🐛 Bug Report(错误报告) 资源管理树中并不会按照难度显示颜色   ## To Reproduce(重现) 这是我的file path  ## Expected behavior(预期行为) 正常显示颜色 ## Your Environment - _os(操作系统)_: - _extension settings(扩展设置)_:"leetcode.hint.configWebviewMarkdown": false, "leetcode.defaultLanguage": "java", "leetcode.hint.commentDescription": false,...
提交不可用
## 🐛 Bug Report(错误报告) case|| all case 按了之后会显示{"msg":"http error","statusCode":499} 但是不会有任何反应 ## To Reproduce(重现) - 登陆leetcode-us - 做题 - 按下case或者all case Steps to reproduce the behavior.(重现的步骤。) ## Expected behavior(预期行为) - 应该在右侧显示测试结果...
获取题目失败
## 🐛 Bug Report(错误报告) 使用 cookie 登录 leetcode.com 没有题目信息, 也没有每日一题. 点击 refresh 右下角会出现两个"正在获取题目信息" 和 "正在获取每日一题", 然后就是失败 "获取题目失败. 请查看控制台信息~". 控制台output: ``` {} [object Object] ``` 是否是因为国际版leetcode没有每日一题导致的(?) ## To Reproduce(重现) 如上 ##...
## 🐛 Bug Report(错误报告) 题目155,测试case出现:  在网页上没问题 ## To Reproduce(重现) 语言:cpp 代码: ```c++ // 参考:https://leetcode.cn/problems/min-stack/solutions/242861/zui-yi-dong-yi-ge-zhan-tong-shi-bao-cun-dang-qian-/ // 额外保存包含当前元素的时候栈内最小元素即可 class MinStack { class Node { private: /* data */ public: int val,...
搜索不可用
## 🐛 Bug Report(错误报告) A clear and concise description of what the bug is.(清晰简洁地描述错误是什么。) ## To Reproduce(重现) - 登陆leecode-us - 点击左侧的放大镜 - 搜索 - 无反馈 ## Expected behavior(预期行为) - 应该有反馈...
登录成功后,如果关闭 vs code 或者重新打开一个窗口就需要重新登录。
获取中文站题解这里是否可以配置显示更多呢?  英文站题解同理,现在英文站题解看上去是默认打开一个吗?