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

Solve LeetCode problems in VS Code

Results 264 vscode-leetcode issues
Sort by recently updated
recently updated
newest added

What: using shell-quote to deal with multiple line string test case Why and How: current plugin accept multiple line string test case, but will lead to run time failure which...

Hi, is this repo maintained? Looks like there are many issues in singing-in in VS Code.

## 🐛 Bug Report 如题,远程连接到我的服务器上,并通过VSCode在服务器装上Leetcode插件之后,插件无法正常使用,会提示`Error: The Node.js executable does not exist on path nodejs`。 此时我已经安装了node和npm,也加入了PATH,可以直接在命令行进行调用。修改工作区下.vscode文件夹中的`launch.json`,把node所在位置添加到`runtimeExecutable`这一项也是无法运行。 Ubuntu版本:18.04 Node版本:14.17.6 ## To Reproduce 1. 安装Remote-SSH插件,远程连接到一个Ubuntu服务器 2. 在服务器上安装Leetcode插件 3. 在服务器上安装node 4. 无法启用插件 ## Expected...

## 🐛 Bug Report Cannot install LeetCode on vscode ## To Reproduce Click the `install` button. ## Expected behavior Can be installed ## Extension Output ```text [2021-11-10 20:16:47.322] [sharedprocess] [info]...

vsc extention leetcode ![image](https://user-images.githubusercontent.com/70084803/140907005-39bbebf4-f396-4747-9602-c4b87da210d9.png)

## 🐛 Bug Report 我自定义一个python 字符串输入时,字符串的双引号总是被抹掉,导致程序run time error. ## Your Environment - *win10*: - *vscode version 1.61.2*: - *extension version 0.18*:

There are several issues open regarding `parseDescription` breaking the whole extension, e.g. https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/749, https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/715 The problem seems to be that `vscode-leetcode-cli` sometimes prepends a few lines on top of the...

Before you submit an question we recommend you to check out the [DOCUMENT](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/README.md) first. You can also find more information in: - [TROUBLESHOOTING](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/Troubleshooting) - [FAQ](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/FAQ) ## 💬 Questions and Help...

## 🐛 Bug Report Can't get description when set 'hideSolved' true ## To Reproduce 1. Set 'hideSolved' true 2. Solve an problem 3. Get description 4. Failure message 'Failed to...

## 🚀 Feature Proposal Offer a way to change the programming language, right the time in the editor, without opening the `settings` to change `leetcode.defaultLanguage`. ## Motivation In the online...