Skip to content

Commit

Permalink
improve doc for debug hover API
Browse files Browse the repository at this point in the history
  • Loading branch information
weinand committed Feb 19, 2020
1 parent 3e21159 commit df7ce7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,8 @@ declare module 'vscode' {
* Provide an evaluatable expression for the given document and position.
* The expression can be implicitly specified by the range in the underlying document or by explicitly returning an expression.
*
* @param document The document in which the command was invoked.
* @param position The position where the command was invoked.
* @param document The document in which the debug hover is opened.
* @param position The position in the document where the debug hover is opened.
* @param token A cancellation token.
* @return An EvaluatableExpression or a thenable that resolves to such. The lack of a result can be
* signaled by returning `undefined` or `null`.
Expand Down

0 comments on commit df7ce7e

Please sign in to comment.