-
Notifications
You must be signed in to change notification settings - Fork 49
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: blopker/codebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.28
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: blopker/codebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.29
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 18 files changed
- 4 contributors
Commits on Jan 13, 2026
-
fix(vscode): bundle dependencies with esbuild to fix extension activa…
…tion (#197) The VS Code extension fails to activate with: Cannot find module 'vscode-languageclient/node' The --no-dependencies flag in vsce package assumes dependencies are bundled into the output JS, but the build uses plain tsc which only transpiles. Changes: - Replace tsc with esbuild for bundling dependencies into single minified file - Add typecheck script to retain TypeScript type checking - Move @types/* packages to devDependencies - Add node_modules/ and **/*.map to .vscodeignore Result: Extension activates correctly, package size 129 KB
Configuration menu - View commit details
-
Copy full SHA for e3bca45 - Browse repository at this point
Copy the full SHA e3bca45View commit details
Commits on Jan 19, 2026
-
Bump tar in /editors/vscode in the npm_and_yarn group across 1 direct…
…ory (#199) Bumps the npm_and_yarn group with 1 update in the /editors/vscode directory: [tar](https://github.com/isaacs/node-tar). Updates `tar` from 6.2.1 to 7.5.3 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.2.1...v7.5.3) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c75693a - Browse repository at this point
Copy the full SHA c75693aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c02b5bd - Browse repository at this point
Copy the full SHA c02b5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f83119 - Browse repository at this point
Copy the full SHA 2f83119View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f4e0a - Browse repository at this point
Copy the full SHA b6f4e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e92549 - Browse repository at this point
Copy the full SHA 5e92549View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.28...v0.3.29