Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _specifications/lsp/3.18/language/codeAction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down