mirror of https://github.com/microsoft/vscode.git
Merge pull request #257930 from turansky/patch-1
fix: `EvaluatableExpression` properties jsdoc
This commit is contained in:
commit
3083258a55
|
@ -3133,12 +3133,12 @@ declare module 'vscode' {
|
|||
*/
|
||||
export class EvaluatableExpression {
|
||||
|
||||
/*
|
||||
/**
|
||||
* The range is used to extract the evaluatable expression from the underlying document and to highlight it.
|
||||
*/
|
||||
readonly range: Range;
|
||||
|
||||
/*
|
||||
/**
|
||||
* If specified the expression overrides the extracted expression.
|
||||
*/
|
||||
readonly expression?: string | undefined;
|
||||
|
|
Loading…
Reference in New Issue