fix(vscode): artifact name pre-fill + webview type-ahead; release 4.202607.1#184
Merged
Merged
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why a new PR
PR #183 was merged into its stacked base branch (
fix/vscode-subfolder-connection-resolution) instead ofmain— the stacked-PR auto-retarget tomaindidn't happen, and that base branch was never subsequently merged tomain. As a resultmainis missing #183's changes and the4.202607.1release. This PR re-lands that work directly onmain.mainalready contains #182 (connection resolution, merge3d44d26), 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 withgetAdapter().getApiBaseUrl()so type-ahead works in thevscode-webview://origin (relative URLs missed the localhost server).4.202607.1— version bumps (root, mcp-server, server.json, shrinkwraps) +CHANGELOG.json/CHANGELOG.md, cut viascripts/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
useSuggestionsregression test).