Skip to content

Commit 057e659

Browse files
authored
fix: EvaluatableExpression properties jsdoc
1 parent 0d4d7cb commit 057e659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,12 +3133,12 @@ declare module 'vscode' {
31333133
*/
31343134
export class EvaluatableExpression {
31353135

3136-
/*
3136+
/**
31373137
* The range is used to extract the evaluatable expression from the underlying document and to highlight it.
31383138
*/
31393139
readonly range: Range;
31403140

3141-
/*
3141+
/**
31423142
* If specified the expression overrides the extracted expression.
31433143
*/
31443144
readonly expression?: string | undefined;

0 commit comments

Comments
 (0)