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: blopker/codebook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.28
Choose a base ref
...
head repository: blopker/codebook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.29
Choose a head ref
  • 6 commits
  • 18 files changed
  • 4 contributors

Commits on Jan 13, 2026

  1. 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
    chupe authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    e3bca45 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. 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>
    dependabot[bot] authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    c75693a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02b5bd View commit details
    Browse the repository at this point in the history
  3. Update deps

    blopker committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    2f83119 View commit details
    Browse the repository at this point in the history
  4. Add Erlang support

    blopker committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    b6f4e0a View commit details
    Browse the repository at this point in the history
  5. release codebook 0.3.29

    blopker committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    5e92549 View commit details
    Browse the repository at this point in the history
Loading