Skip to content

Fixes reveal comments in md editor bug - #327632

Merged
hediet merged 2 commits into
mainfrom
hediet/b/shocked-centipede
Jul 28, 2026
Merged

Fixes reveal comments in md editor bug#327632
hediet merged 2 commits into
mainfrom
hediet/b/shocked-centipede

Conversation

@hediet

@hediet hediet commented Jul 27, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 27, 2026 14:10
@hediet
hediet enabled auto-merge (squash) July 27, 2026 14:10
@hediet hediet self-assigned this Jul 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds comment-reveal propagation from Agent Feedback through the extension host into the Markdown custom editor.

Changes:

  • Introduces reveal events across feedback, bridge, proposed API, and IPC layers.
  • Reveals and expands requested Markdown comments, including before webview readiness.
  • Adds service-level coverage and updates mocks/lint configuration.
Show a summary per file
File Description
src/vscode-dts/vscode.proposed.agentEditorComments.d.ts Exposes the reveal event.
src/vs/workbench/test/browser/componentFixtures/fixtureUtils.ts Updates the feedback-service fixture.
src/vs/workbench/services/agentEditorComments/common/agentEditorComments.ts Bridges reveal events.
src/vs/workbench/api/common/extHostAgentEditorComments.ts Exposes reveals to extensions.
src/vs/workbench/api/common/extHost.protocol.ts Adds the reveal RPC.
src/vs/workbench/api/browser/mainThreadAgentEditorComments.ts Routes resource-specific reveals.
src/vs/sessions/contrib/agentFeedback/test/browser/agentFeedbackService.test.ts Tests reveal event payloads.
src/vs/sessions/contrib/agentFeedback/browser/nullAgentFeedbackService.contribution.ts Implements the event in the null service.
src/vs/sessions/contrib/agentFeedback/browser/agentFeedbackService.ts Emits reveal requests.
src/vs/sessions/contrib/agentFeedback/browser/agentEditorCommentsProvider.ts Adapts feedback reveal events.
extensions/markdown-language-features/src/preview/markdownEditorProvider.ts Forwards and buffers webview reveals.
extensions/markdown-language-features/markdown-editor-src/editor.ts Reveals comments in the Markdown view.
eslint.config.js Allows reveal in event names.

Review details

  • Files reviewed: 12/13 changed files
  • Comments generated: 0
  • Review effort level: Medium

@hediet
hediet marked this pull request as draft July 27, 2026 14:15
auto-merge was automatically disabled July 27, 2026 14:15

Pull request was converted to draft

@hediet
hediet force-pushed the hediet/b/shocked-centipede branch from fe112bf to 1a2d853 Compare July 27, 2026 18:34
@hediet
hediet marked this pull request as ready for review July 27, 2026 18:34
@hediet
hediet enabled auto-merge (rebase) July 27, 2026 18:34
roblourens
roblourens previously approved these changes Jul 27, 2026
@hediet
hediet merged commit f090ec1 into main Jul 28, 2026
29 checks passed
@hediet
hediet deleted the hediet/b/shocked-centipede branch July 28, 2026 13:20
@vs-code-engineering vs-code-engineering Bot added this to the 1.132.0 milestone Jul 28, 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.

4 participants