Skip to content

Commit

Permalink
Revert "Add CompletionItem.deprecated property from LSP"
Browse files Browse the repository at this point in the history
This reverts commit 895d632.
  • Loading branch information
jrieken committed Jul 26, 2019
1 parent 53006c0 commit 29f6ec0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/vs/editor/common/modes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ export interface CompletionItem {
* an icon is chosen by the editor.
*/
kind: CompletionItemKind;
/**
* Indicates if this item is deprecated.
*/
deprecated?: boolean;
/**
* A human-readable string with additional information
* about this item, like type or symbol information.
Expand Down
4 changes: 0 additions & 4 deletions src/vs/monaco.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4790,10 +4790,6 @@ declare namespace monaco.languages {
* an icon is chosen by the editor.
*/
kind: CompletionItemKind;
/**
* Indicates if this item is deprecated.
*/
deprecated?: boolean;
/**
* A human-readable string with additional information
* about this item, like type or symbol information.
Expand Down

0 comments on commit 29f6ec0

Please sign in to comment.