Skip to content

Commit

Permalink
add todo-tag for InlineHint, #105690
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 3, 2021
1 parent 0a49559 commit 2e9fde2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,7 @@ declare module 'vscode' {
*/
whitespaceAfter?: boolean;

// todo@API make range first argument
constructor(text: string, range: Range, kind?: InlineHintKind);
}

Expand Down

0 comments on commit 2e9fde2

Please sign in to comment.