提交 3a1b5400 编写于 作者: M Martin Aeschlimann

[folding] improve api doc

上级 4c81ed50
......@@ -58,12 +58,12 @@ declare module 'vscode' {
export class FoldingRange {
/**
* The start line number (0-based)
* The start line number (zero-based) of the range to fold. The hidden area starts after the last character of that line.
*/
startLine: number;
/**
* The end line number (0-based)
* The end line number (0-based) of the range to fold. The hidden area ends at the last character of that line.
*/
endLine: number;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册