mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-28 03:08:04 +01:00
6b820e7b5b
- 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.