leetcode-extension icon indicating copy to clipboard operation
leetcode-extension copied to clipboard

Solved LeetCode problem in VS Code added some new features

Results 39 leetcode-extension issues
Sort by recently updated
recently updated
newest added

## 🐛 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....

enhancement

获取中文题解时,一直加载中,右下角显示: "正在获取中文题解~~~"

## 🐛 Bug Report(错误报告) 资源管理树中并不会按照难度显示颜色 ![9c146af45fe8f0b345c28d3efd3a007f](https://github.com/ccagml/leetcode-extension/assets/144082461/f1bf4df4-01ec-4149-ad8c-ce8fe7d285fb) ![1d3313781681f319cf8068d3f0bea7c5](https://github.com/ccagml/leetcode-extension/assets/144082461/e434b2ef-ac02-4993-8f04-74f5da87738e) ## To Reproduce(重现) 这是我的file path ![{4C3A1165-45B8-4523-B9E6-A92952C3B8BA}](https://github.com/ccagml/leetcode-extension/assets/144082461/5120a794-9ae1-4a45-9084-076fc91a23cb) ## 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出现: ![image](https://github.com/ccagml/leetcode-extension/assets/65906820/273a6348-1311-43f1-a5f0-af243beb09e9) 在网页上没问题 ## 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 或者重新打开一个窗口就需要重新登录。

获取中文站题解这里是否可以配置显示更多呢? ![image](https://github.com/ccagml/leetcode-extension/assets/20353612/c8b9e1ce-9ed3-4dc7-94a0-ed972e95ba5f) 英文站题解同理,现在英文站题解看上去是默认打开一个吗?

enhancement