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.
2 parents 7aa9abc + c8eae2f commit 3083258Copy full SHA for 3083258
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