Skip to content

chore(vscode): release 1.6.2#209

Merged
hugocorreia90 merged 1 commit intomainfrom
chore/vscode-release-1.6.2
Apr 21, 2026
Merged

chore(vscode): release 1.6.2#209
hugocorreia90 merged 1 commit intomainfrom
chore/vscode-release-1.6.2

Conversation

@hugocorreia90
Copy link
Copy Markdown
Contributor

Summary

Coordinated release cut: vscode-v1.6.2. Tracks engine-v1.12.0 (Arc 1 wave 2 + cleanup cascade). Regenerated TypeScript bindings + rocky-project.schema.json; no feature changes to the extension itself.

What's in this release

Regenerated bindings

Project schema

  • schemas/rocky-project.schema.json re-exported from the engine's autogenerated source so IDE validation stays in lockstep with 1.12.0.

Pre-flight

  • npm install clean
  • npm run compile clean
  • package.json bumped 1.6.1 → 1.6.2
  • CHANGELOG promoted [Unreleased][1.6.2] — 2026-04-21
  • engines.vscode + @types/vscode stay in lockstep (no drift this cycle — memory feedback_vscode_engines_types_triangle)

After merge

Tag vscode-v1.6.2 + push triggers vscode-release.yml (build VSIX + publish to Marketplace via VSCE_PAT).

Sibling releases: chore/engine-release-1.12.0, chore/dagster-release-1.8.0.

Tracks engine 1.12.0 (Arc 1 wave 2 + cleanup cascade). Regenerated
TypeScript bindings + project schema; no feature changes to the
extension itself.

- #202 CostOutput + PerModelCostHistorical TypeScript
- #203 OptimizeRecommendation cost fields
- #206 MaterializationOutput.started_at

Full notes in editors/vscode/CHANGELOG.md.
@hugocorreia90 hugocorreia90 merged commit d9bde35 into main Apr 21, 2026
9 checks passed
@hugocorreia90 hugocorreia90 deleted the chore/vscode-release-1.6.2 branch April 21, 2026 18:35
hugocorreia90 added a commit that referenced this pull request Apr 21, 2026
…conds (#210)

Engine release 1.12.0 landed a new `StateConfig.transfer_timeout_seconds`
field on main, but the vscode schema mirror + TypeScript interface
stayed on the pre-1.12.0 shape. Root cause: `just codegen-vscode` fails
silently when `editors/vscode/node_modules` is missing (it just errors
out of the npm-driven step), so whoever ran the engine-release PR's
codegen only got the engine-side schemas regenerated, not the vscode
copy.

Also syncs `editors/vscode/package-lock.json` to the 1.6.2 version
bumped in the package.json by PR #209 — npm install surfaced the drift.

No feature change. Unblocks `codegen-drift.yml` on main.
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