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

是否有什么办法可以在避免编写main函数的情况下本地调试java呢?不同题目放在同一文件夹下会无法通过编译,是否可以自定义模板来实现呢?

## 🚀 Feature Proposal Pls name the tag with _ instead of -. e.g., bit_manipulation instead of bit-manipulation ## Motivation We can't have - in our package name. So, if...

enhancement

## 🐛 Bug Report Here is the log : ``` login: cookie: /home/zhaodachuan/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.0/node_modules/vsc-leetcode-cli/lib/plugins/leetcode.js:542 return cb('invalid cookie?'); ^ TypeError: cb is not a function at parseCookie (/home/zhaodachuan/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.0/node_modules/vsc-leetcode-cli/lib/plugins/leetcode.js:542:12) at Plugin.plugin.cookieLogin (/home/zhaodachuan/.vscode-server/extensions/leetcode.vscode-leetcode-0.18.0/node_modules/vsc-leetcode-cli/lib/plugins/leetcode.js:565:22) at...

## 🐛 Bug Report Can not get latest leetcode items from website( US site). After some investigation,it seems leetcode-cli have the same problem. Delete cache folder fix this problem. Please...

## 🐛 Bug Report - *os*: 12.0.1 Apple M1 - *extension settings*: - *nodejs version*:v18.5.0 - *vscode version*: 1.69.2 - *extension version*: v0.18.1

This PR follows https://github.com/LeetCode-OpenSource/vscode-leetcode/pull/582 Hard code leading zero is not a great idea, we should let user decide whether to add leading zeros or not. Since id now is four...

## 🚀 Feature Proposal official website feature: ![image](https://user-images.githubusercontent.com/31883473/167376923-daf5ecdd-abb8-439f-a38c-1716042c249e.png) ![image](https://user-images.githubusercontent.com/31883473/167377028-061616e1-0df0-42ee-b031-238f98bcd7b7.png) ## Motivation - Sometimes it is necessary to re-enter the code, this function can provide a quick reset - When I...

## 🚀 Feature Proposal Publish vscode-leetcode to open-vsx ## Motivation Per Microsoft's Terms of Service, it prohibits any non-Microsoft VS Code from accessing their extension marketplace. Thus many fork of...

Getting not a valid string for string type inputs. Can anyone please help me with this ?