未验证 提交 d43c6181 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #69735 from runtimerevolution/laginha87-folding-range-doc-changes

Update docs for folding range class
......@@ -3701,7 +3701,7 @@ declare module 'vscode' {
}
/**
* A line based folding range. To be valid, start and end line must a zero or larger and smaller than the number of lines in the document.
* A line based folding range. To be valid, start and end line must be bigger than zero and smaller than the number of lines in the document.
* Invalid ranges will be ignored.
*/
export class FoldingRange {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册