Skip to content

webview: Removed Generate with Copilot in webview#2313

Merged
nturinski merged 2 commits into
microsoft:mainfrom
gavin-aguiar:gaaguiar/copilot_fix
May 29, 2026
Merged

webview: Removed Generate with Copilot in webview#2313
nturinski merged 2 commits into
microsoft:mainfrom
gavin-aguiar:gaaguiar/copilot_fix

Conversation

@gavin-aguiar
Copy link
Copy Markdown
Contributor

Summary

Removes the JSON-pipeline "Generate Project" path from the Template Gallery AI tab and consolidates everything into a single, chat-first entry point. The AI tab now always hands the user off to Copilot Chat with a grounded prompt instead of attempting to scaffold files directly from a strict-JSON model response.

@gavin-aguiar gavin-aguiar requested a review from a team as a code owner May 28, 2026 22:27
Copilot AI review requested due to automatic review settings May 28, 2026 22:27

// ── Message routing ──

private async _handleMessage(message: WebviewToExtensionMessage): Promise<void> {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't want to block for this, but shouldn't use _ for private functions.

@nturinski nturinski merged commit 5b72e5c into microsoft:main May 29, 2026
4 checks passed
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.

2 participants