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: v3.0.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: v3.0.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 27, 2026

  1. fix: bundle extension code (#199)

    The extension currently times out while uploading files to the VSC
    marketplace, probably because it's trying to upload the entire
    node_modules/ directory. Let's bundle the extension instead and
    include only the needed files explicitly.
    mszabo-wikia authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    df85e59 View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.0.1 (#200)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    2151058 View commit details
    Browse the repository at this point in the history
Loading