This commit is contained in:
Maria Solano 2025-12-11 14:29:20 +03:00 committed by GitHub
commit ac8dbf690e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -462,6 +462,12 @@ export interface CodeAction {
*/
title: string;
/**
* A human-readable string describing the source of this code action, e.g.
* 'typescript' or 'super lint'.
*/
source?: string;
/**
* The kind of the code action.
*