Skip to content

Tags: iggue/codegraph-studio

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request stovberpv#4 from stovberpv/chore/v0.2.0

Prepare the v0.2.0 release

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request stovberpv#3 from stovberpv/chore/v0.1.3

Release 0.1.3

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request stovberpv#2 from stovberpv/fix/editor-follow-visib…

…ility

Release 0.1.2

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.1.0

Toggle v0.1.0's commit message
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.