vscode-leetcode
vscode-leetcode copied to clipboard
feat: add daily challenge problem pick (#919)
- 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.pickDailyinsrc/commands/show.ts - add a new function
queryDailyProbleminsrc/quest/query-daily-problem.ts - add two new util functions
getDailyQueryStrandgetDailyProblemIDinsrc/shared.tswhich are used to adapt to us and cn endpoint
This is my first time to pull request. Feel free to give me some suggestions 😃
I successfully installed it using these instructions. It works perfectly! Thanks 🙏