mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-22 06:46:56 +01:00
- Introduce `selectionHasDiagnostics` context key to track diagnostics in the editor selection. - Implement `FixDiagnosticsAction` to allow users to fix diagnostics directly from inline chat. - Enhance `InlineChatController` to optionally attach diagnostics to chat requests. - Update inline chat configuration to include `FixDiagnostics` setting. - Register new action in the inline chat affordance for fixing diagnostics.