mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
9769f03dff
* Add support for diagnostics in completions prompt * WIP * Add diagnostic test * Rename DiagnosticChunk -> DiagnosticBag * Add DiagnosticBag to serialize code * Add diagnostics to split completion prompt * Add content exclusion to diagnostic bags * Sort diagnostics by distance to the current request position to elide diagnostics first that are further away.