Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LeetCode-OpenSource/vscode-leetcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: supengxu/vscode-leetcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 10 files changed
  • 1 contributor

Commits on May 13, 2025

  1. refactor(explorer): 重构 Hot100 和 Interview Classics 150 的获取方式

    -从 explorerNodeManager.ts 中移除直接调用接口获取 Hot100 和 Interview Classics 150 数据的逻辑
    - 在 LeetCodeNode.ts 中添加 isHot100 和 isClassic150属性,用于判断节点是否属于 Hot100 或 Classic150
    - 更新 list.ts,将 Hot100 和 Interview Classics 150 的数据作为问题列表的一部分进行处理
    - 在 shared.ts 中为 IProblem 接口添加 isHot100 和 isClassic150 字段
    
    暂存
    xusupeng committed May 13, 2025
    Configuration menu
    Copy the full SHA
    3f83267 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. feat(explorer): 添加英文题目名称支持

    在问题列表和展示功能中增加英文题目名称字段,用于生成不同格式的路径名称
    修改相关接口和逻辑以支持中英文题目名称切换
    xusupeng committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5ab223b View commit details
    Browse the repository at this point in the history
Loading