Skip to content

Interface: DiagnosticFix

Defined in: packages/providers/src/types.ts:23

A deterministic fix for a diagnostic.

Properties

edits

ts
edits: readonly TextEdit[];

Defined in: packages/providers/src/types.ts:25

One or more edits to apply atomically.

Released under the MIT License