Skip to content

fix(vscode): artifact name pre-fill + webview type-ahead; release 4.202607.1#184

Merged
jung-thomas merged 1 commit into
mainfrom
fix/vscode-artifact-inspector-to-main
Jul 14, 2026
Merged

fix(vscode): artifact name pre-fill + webview type-ahead; release 4.202607.1#184
jung-thomas merged 1 commit into
mainfrom
fix/vscode-artifact-inspector-to-main

Conversation

@jung-thomas

Copy link
Copy Markdown
Contributor

Why a new PR

PR #183 was merged into its stacked base branch (fix/vscode-subfolder-connection-resolution) instead of main — the stacked-PR auto-retarget to main didn't happen, and that base branch was never subsequently merged to main. As a result main is missing #183's changes and the 4.202607.1 release. This PR re-lands that work directly on main.

main already contains #182 (connection resolution, merge 3d44d26), so this diff is exactly #183's net content — no duplication.

Changes (identical to merged #183)

  • artifactInspector.ts — pass the artifact name as a route query param the Vue views already read (/inspect-table?table=NAME), fixing the empty object-name input. Covers all 7 artifact kinds.
  • useSuggestions.ts — prefix fetches with getAdapter().getApiBaseUrl() so type-ahead works in the vscode-webview:// origin (relative URLs missed the localhost server).
  • Release 4.202607.1 — version bumps (root, mcp-server, server.json, shrinkwraps) + CHANGELOG.json/CHANGELOG.md, cut via scripts/prepare-release.js. The changelog entry documents these fixes plus fix(vscode): resolve HANA connection from config in subfolders #182's connection-resolution work.

Testing

…02607.1

Re-lands PR #183 onto main. #183 was merged into its stacked base branch
(fix/vscode-subfolder-connection-resolution) rather than main, so these
changes never reached main.

- artifactInspector.ts: pass artifact name as a route query param the Vue
  views already read (/inspect-table?table=NAME), fixing the empty input
- useSuggestions.ts: prefix fetches with getAdapter().getApiBaseUrl() so
  type-ahead works in the vscode-webview:// origin
- release 4.202607.1 (version bumps + CHANGELOG) via prepare-release.js
@jung-thomas jung-thomas merged commit 74f83c3 into main Jul 14, 2026
15 checks passed
@jung-thomas jung-thomas deleted the fix/vscode-artifact-inspector-to-main branch July 14, 2026 14:03
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