We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EvaluatableExpression
1 parent 0d4d7cb commit 057e659Copy full SHA for 057e659
src/vscode-dts/vscode.d.ts
@@ -3133,12 +3133,12 @@ declare module 'vscode' {
3133
*/
3134
export class EvaluatableExpression {
3135
3136
- /*
+ /**
3137
* The range is used to extract the evaluatable expression from the underlying document and to highlight it.
3138
3139
readonly range: Range;
3140
3141
3142
* If specified the expression overrides the extracted expression.
3143
3144
readonly expression?: string | undefined;
0 commit comments