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

feat: add daily challenge problem pick (#919)

Open Icathian-Rain opened this issue 1 year ago • 2 comments

  • feat: add daily chanllenge problem pick, both work on us and cn endpoint

details:

  • add a new command: onCommand:leetcode.pickDaily
  • add a new menu view: leetcode.pickDaily
  • implement the command leetcode.pickDaily in src/commands/show.ts
  • add a new function queryDailyProblem in src/quest/query-daily-problem.ts
  • add two new util functions getDailyQueryStr and getDailyProblemID in src/shared.ts which are used to adapt to us and cn endpoint

Icathian-Rain avatar Oct 27 '24 04:10 Icathian-Rain

This is my first time to pull request. Feel free to give me some suggestions 😃

Icathian-Rain avatar Oct 27 '24 04:10 Icathian-Rain

I successfully installed it using these instructions. It works perfectly! Thanks 🙏

sbycrosz avatar Mar 07 '25 02:03 sbycrosz