Skip to content

Commit 926bf1a

Browse files
authored
code action ranges api doc improvements (microsoft#205771)
doc improvements
1 parent 5e9e547 commit 926bf1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/vscode-dts/vscode.proposed.codeActionRanges.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ declare module 'vscode' {
77

88
export interface CodeAction {
99
/**
10-
*
11-
* The range to which this Code Action applies to, which will be highlighted.
12-
*
13-
* Ex: A refactoring action will highlight the range of text that will be affected.
10+
* The ranges to which this Code Action applies to, which will be highlighted.
11+
* For example: A refactoring action will highlight the range of text that will be affected.
1412
*/
1513
ranges?: Range[];
1614
}

0 commit comments

Comments
 (0)