-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Chat markdown rendering of numbered lists is misleading #289346
Copy link
Copy link
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchat
Description
- Copilot Chat Extension Version: 0.37.2026012101
- VS Code Version: 1.109.0-insider
- OS Version: latest macOS
- Feature (e.g. agent/edit/ask mode): chat markdown rendering
- Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet): all
- Logs:
Steps to Reproduce:
- type the following chat message in the chat sidebar:
2. do this differently
4. yes, but change on thing- see how it gets rendered:
2. do this differently
3. yes, but change on thingIt appears as if my agent received a different message than I typed, even though under the hood it received the right thing.
This is Markdown's rule about sequential list numbers at work, and it's a papercut in UX.
A possible fix would be to add a customizing marked.js rendering in chatContentMarkdownRenderer.ts. I'd be happy to contribute a fix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugchat