Tags: iggue/codegraph-studio
Tags
Merge pull request stovberpv#4 from stovberpv/chore/v0.2.0 Prepare the v0.2.0 release
Merge pull request stovberpv#3 from stovberpv/chore/v0.1.3 Release 0.1.3
Merge pull request stovberpv#2 from stovberpv/fix/editor-follow-visib… …ility Release 0.1.2
Ship a Marketplace-safe 0.1.1 listing with a small GIF and README scr… …eenshots. (stovberpv#1) The gallery drops GIFs over ~1 MB, so shrink the demo clip and point the MP4 at GitHub’s player; include stills of the graph, hover, islands, and editor. Co-authored-by: Stovber Pavel <[email protected]>
Build before type-checking in CI so generated types resolve. tsc needs src/extension/generated/webview-template.d.cts, which esbuild emits at build time and is gitignored, so a fresh CI checkout failed type-check before the build ran. Run the production build first in both workflows and package without rebuilding.