If I understand correctly, if we assign the correct diagnostic to vscode.CodeAction.diagnostics property, the red squiggle would disapper immediately after ignoring error with a quick fix, without the need for waiting for next PHPStan run, and display a light bulb next to the diagnostic in the problems view.
If I understand correctly, if we assign the correct diagnostic to
vscode.CodeAction.diagnostics
property, the red squiggle would disapper immediately after ignoring error with a quick fix, without the need for waiting for next PHPStan run, and display a light bulb next to the diagnostic in the problems view.