Skip to content

Commit 3083258

Browse files
authored
Merge pull request microsoft#257930 from turansky/patch-1
fix: `EvaluatableExpression` properties jsdoc
2 parents 7aa9abc + c8eae2f commit 3083258

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)