LeetCode-OpenSource / vscode-leetcode

Solve LeetCode problems in VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-leetcode
MIT License
8.18k stars 646 forks source link

The problem set is incomplete #959

Open WHMHammer opened 3 months ago

WHMHammer commented 3 months ago

🐛 Bug Report

The latest problem on https://leetcode.com/problemset is problem 3197, but the latest one in the extension is problem 3187. Manually changing the id in the comment generated by the extension to 3197 and submit results in [ERROR] Problem not found!.

To Reproduce

Expected behavior

Extension Output

When submitting for problem 3197: [ERROR] Problem not found!

Your Environment

WHMHammer commented 3 months ago

I found that singing out and then signing in will refresh the problem set, showing the latest problems, but clicking on the refresh button doesn't.