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: source-academy/vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: source-academy/vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    e87a9f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. More syntax highlighting fix (#60)

    * string escape newline with backslash
    
    * fix multiple divisions in the same line matched as regex
    
    * fixed some issues that failed test cases
    
    * Revert lockfile changes
    
    * Prefer modern corepack config over yarnpath
    
    * Update gitignore
    
    * Deduplicate dependencies
    
    * Use corepack in workflow
    
    ---------
    
    Co-authored-by: Richard Dominick <[email protected]>
    mug1wara26 and RichDom2185 authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    787c216 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. chore(deps): bump tmp from 0.2.3 to 0.2.5 (#63)

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.5.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.3...v0.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-version: 0.2.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    c2eaa06 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#64)

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    e35b3c5 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump form-data from 4.0.2 to 4.0.4 (#65)

    Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
    - [Commits](form-data/form-data@v4.0.2...v4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    7f4d494 View commit details
    Browse the repository at this point in the history
Loading