chore: move inline chat stuff around#313242
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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.tsxmodule (instead of the removed/relocatedprompts/node/inline/progressMessages). - Remove an unused
ICodeContextInfotype (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
alexr00
approved these changes
Apr 29, 2026
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.
No description provided.