Skip to content

chore: move inline chat stuff around#313242

Merged
jrieken merged 1 commit into
mainfrom
joh/excellent-tahr
Apr 29, 2026
Merged

chore: move inline chat stuff around#313242
jrieken merged 1 commit into
mainfrom
joh/excellent-tahr

Conversation

@jrieken
Copy link
Copy Markdown
Contributor

@jrieken jrieken commented Apr 29, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 29, 2026 14:37
@jrieken jrieken enabled auto-merge (squash) April 29, 2026 14:37
@jrieken jrieken self-assigned this Apr 29, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reorganizes inline chat (inlineChat2) prompt-related code by updating imports to point at the consolidated prompts/node/* prompt elements and by colocating the progress-messages prompt with its consumer.

Changes:

  • Update inlineChat2 progress-messages prompt imports to use the shared prompt-element implementations under extensions/copilot/src/extension/prompts/node/*.
  • Switch inlineChat2 progress-messages logic to import its prompt from a local progressMessagesPrompt.tsx module (instead of the removed/relocated prompts/node/inline/progressMessages).
  • Remove an unused ICodeContextInfo type (and its now-unused imports) from inline chat prompt crafting types.
Show a summary per file
File Description
extensions/copilot/src/extension/inlineChat2/node/progressMessagesPrompt.tsx Repoint prompt-element imports to shared prompts/node/* locations.
extensions/copilot/src/extension/inlineChat2/node/progressMessages.ts Update prompt import to local ./progressMessagesPrompt.
extensions/copilot/src/extension/inlineChat2/node/inlineChatIntent.ts Update progress-messages provider import to local ./progressMessages.
extensions/copilot/src/extension/inlineChat/node/promptCraftingTypes.ts Remove unused ICodeContextInfo and associated imports.

Copilot's findings

  • Files reviewed: 4/4 changed files
  • Comments generated: 0

@jrieken jrieken merged commit cf647db into main Apr 29, 2026
30 checks passed
@jrieken jrieken deleted the joh/excellent-tahr branch April 29, 2026 15:14
@vs-code-engineering vs-code-engineering Bot added this to the 1.119.0 milestone Apr 29, 2026
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.

3 participants