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

Solve LeetCode problems in VS Code

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

## 🚀 Feature Proposal `vsc-leetcode-cli` has not been updated for a long time, and the PRs has not been processed, but many features rely on it. I hope you to...

## 🚀 Feature Proposal A clear and concise description of what the feature is. ## Motivation Please outline the motivation for the proposal. ## Contribution Please describe the solution if...

## 🚀 Feature Proposal Add a studyplan category. ## Motivation The topic of the studyplan is what I need to learn most at the moment. ## Contribution I would like...

I'm using [leetcode.com](https://leetcode.com/) and found that if I use a premium account and login via cookie, the "locked question" (namely, only for premium user) still jump to premium subscription web...

## 🐛 Bug Report A clear and concise description of what the bug is. ## To Reproduce Steps to reproduce the behavior. ## Expected behavior Can not log in my...

> > Any step-by-step instructions to solve the problem temporily ? thanks! Spent an hour and figured it out. Here are the step by step instructions by people newbie like...

翻了下issue,不少人提到过根据变量配置 leetcode.workspaceFolder,但没有找到解决的,现在是否支持了呢? there are serval issues about setting a variable in leetcode.workspaceFolder to sync between devices? is this supported now?

Hello, I am getting this when I am trying to submit python code ```bash - Sending code to judge (node:8264) Warning: Accessing non-existent property 'padLevels' of module exports inside circular...

## 🚀 Feature Proposal ![image](https://github.com/user-attachments/assets/41ee9fb3-4602-4a99-b835-ceb8d0dd9c00) I like to use type annotation in my python code for inline-seance hints and better readability. However, the extension does not provide the type annotation...

## About Code preamble is a short code snippet adding to the beginning of the program. A typical one is: ```c++ #include using namespace std; ``` This feature is useful....