Skip to content

Release: vscode-extension build fix (v0.4.9)#108

Merged
thiagoralves merged 1 commit into
mainfrom
development
May 14, 2026
Merged

Release: vscode-extension build fix (v0.4.9)#108
thiagoralves merged 1 commit into
mainfrom
development

Conversation

@thiagoralves
Copy link
Copy Markdown
Contributor

Summary

Promotes developmentmain to ship the v0.4.8 build hotfix as v0.4.9.

What's included

Why v0.4.9 instead of retag v0.4.8

The v0.4.8 tag exists but no GitHub Release was published (the create-release job was skipped after build-vsix failed). Cutting a fresh v0.4.9 avoids force-tag operations.

Test plan

  • CI green (especially build-vsix)
  • v0.4.9 release artifacts uploaded
  • GitHub Release created

🤖 Generated with Claude Code

…hive (#107)

The library system overhaul (#105) replaced the legacy library-wide
headerCode/cppCode blobs on StlibArchive with per-symbol chunks. The
extension's shared protocol type still declared the old shape, breaking
the build-vsix CI job:

  Type '{ filePath; archive: StlibArchive }[]' is not assignable to
  type 'LibraryArchiveInfo[]'.

Update the protocol type to mirror the new shape and concatenate chunks
when serving .hpp / .cpp content for the stlib explorer.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@thiagoralves thiagoralves merged commit 1e2e773 into main May 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant