mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Merge 5e31196f0e into f1b5515dd9
This commit is contained in:
commit
ac8dbf690e
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue