This commit is contained in:
Louis Roché 2019-03-17 12:17:46 +00:00 committed by GitHub
parent 90cdcba7bb
commit dd5022676c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2973,7 +2973,7 @@ interface CompletionItem {
command?: Command;
/**
* An data entry field that is preserved on a completion item between
* A data entry field that is preserved on a completion item between
* a completion and a completion resolve request.
*/
data?: any