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: slackhq/vscode-hack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.0
Choose a base ref
...
head repository: slackhq/vscode-hack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.22.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 7 contributors

Commits on Jun 17, 2024

  1. Bump braces from 3.0.2 to 3.0.3 (#158)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a1093df View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Jan 9, 2025

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

Commits on Sep 25, 2025

  1. Add nameof keyword highlighting support (#166)

    `nameof` is a replacement for using `C::class` in a string context.[1]
    Let's highlight it as a keyword.
    
    [1] https://github.com/facebook/hhvm/blob/master/hphp/hack/manual/hack/03-expressions-and-operators/34-nameof.md
    mszabo-wikia authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    b518393 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Add Github action to publish new releases to VS Code automatically (#167

    )
    
    Add github action to publish new release automatically
    PranayAgarwal authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    f799918 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. chore: update CODEOWNERS with Salesforce OSS reqs (#169)

    chore: update .github/CODEOWNERS with Salesforce OSS reqs
    mwbrooks authored Nov 15, 2025
    Configuration menu
    Copy the full SHA
    726e93b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

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

Commits on Nov 24, 2025

  1. Fix release check

    muglug authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    5d76825 View commit details
    Browse the repository at this point in the history
Loading